Skip to content

Commit

Permalink
patch version v0.1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
und3fined committed Mar 9, 2023
1 parent 6afa000 commit 6324bd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medium-unlocker",
"version": "0.1.45",
"version": "0.1.46",
"private": true,
"scripts": {
"build": "rollup -c",
Expand All @@ -13,7 +13,7 @@
"postversion": "npm run manifest --scripts-prepend-node-path && npm run git:exec --scripts-prepend-node-path",
"xpi:build": "web-ext build --overwrite-dest",
"xpi:self": "web-ext sign",
"xpi:amo": "web-ext sign --channel=listed --id=\"{b5ff5c8d-d1cd-49f5-aba0-b505264062b5}\""
"xpi:amo": "web-ext sign --channel=unlisted --id=\"{b5ff5c8d-d1cd-49f5-aba0-b505264062b5}\""
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Medium Unlocker",
"version": "0.1.45",
"version": "0.1.46",
"description": "Read Medium content without limit!",
"icons": {
"48": "medium-48.png",
Expand Down

0 comments on commit 6324bd9

Please sign in to comment.