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 5, 2022
1 parent ea87612 commit f1223a4
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.10",
"version": "1.21.11",
"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.5",
"version": "1.0.6",
"description": "SingleFile",
"author": "Gildas Lormeau",
"license": "AGPL-3.0-or-later",
"bin": {
"single-file": "./cli/single-file"
},
"dependencies": {
"single-file-core": "1.0.12",
"single-file-cli": "1.0.7"
"single-file-core": "1.0.13",
"single-file-cli": "1.0.9"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "13.3.0",
Expand Down

0 comments on commit f1223a4

Please sign in to comment.