Skip to content

Commit

Permalink
Merge branch 'release/0.1.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 13, 2024
2 parents ab2d1ca + 0c4e106 commit 3488ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opsmaru-docs",
"type": "module",
"version": "0.1.8",
"version": "0.1.9",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
theme: {
extend: {
colors: {
accent: colors.purple,
accent: colors.indigo,
gray: colors.slate
}
},
Expand Down

0 comments on commit 3488ab8

Please sign in to comment.