Skip to content

Commit

Permalink
fixes and addl style settings options
Browse files Browse the repository at this point in the history
  • Loading branch information
eliz-abeth committed Apr 16, 2024
1 parent 6273100 commit ecf0f05
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 38 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Sandover",
"version": "2.0.3",
"minAppVersion": "2.0.3",
"version": "2.0.4",
"minAppVersion": "1.0.0",
"author": "eliz-abeth",
"authorUrl": "https://github.com/eliz-abeth",
"fundingUrl": "http://ko-fi.com/eliz0beth"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sandover",
"version": "2.0.3",
"version": "2.0.4",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}
Expand Down
89 changes: 55 additions & 34 deletions theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"1.0.5": "1.0.5",
"1.0.6": "1.0.6",
"2.0.2": "2.0.2",
"2.0.3": "2.0.3"
"2.0.3": "2.0.3",
"2.0.4": "1.0.0"
}

0 comments on commit ecf0f05

Please sign in to comment.