Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas-lormeau committed Jun 3, 2022
1 parent 985ab89 commit 7cc8c89
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lib/single-file.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"64": "src/ui/resources/icon_64.png",
"128": "src/ui/resources/icon_128.png"
},
"version": "1.21.8",
"version": "1.21.9",
"description": "__MSG_extensionDescription__",
"content_scripts": [
{
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "single-file",
"version": "1.0.3",
"version": "1.0.4",
"description": "SingleFile",
"author": "Gildas Lormeau",
"license": "AGPL-3.0-or-later",
"bin": {
"single-file": "./cli/single-file"
},
"dependencies": {
"single-file-core": "1.0.8",
"single-file-cli": "1.0.3"
"single-file-core": "1.0.9",
"single-file-cli": "1.0.4"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "13.3.0",
Expand Down

0 comments on commit 7cc8c89

Please sign in to comment.