Skip to content

Commit

Permalink
update to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
efemkay committed Dec 2, 2023
1 parent 0933df9 commit 0fe118c
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 82 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
tab_width = 4
tab_width = 4
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Listive",
"version": "0.6.3",
"minAppVersion": "1.1.9",
"version": "0.7.0",
"minAppVersion": "1.5.0",
"author": "efemkay",
"authorUrl": "https://efemkay.github.io/"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "listive",
"version": "0.6.3",
"version": "0.7.0",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}
Expand Down
183 changes: 106 additions & 77 deletions theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.6.3": "1.1.9"
"0.7.0": "1.5.0"
}

0 comments on commit 0fe118c

Please sign in to comment.