Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronikiienko committed Dec 29, 2022
1 parent 0d6c8be commit 8b5029e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piggy-blocker",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"scripts": {
"start": "parcel watch src/manifest.json src/stats/index.html --host localhost",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Piggy blocker",
"description": "__MSG_extDescription__",
"default_locale": "uk",
"version": "1.0.0",
"version": "1.0.1",
"background": {
"service_worker": "background/index.js",
"type": "module"
Expand Down

0 comments on commit 8b5029e

Please sign in to comment.