Skip to content

Commit

Permalink
build: bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
misterabdul committed Oct 17, 2022
1 parent 018d96a commit 277d464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@misterabdul/webchat-blur",
"private": "true",
"version": "1.0.0",
"version": "1.0.1",
"description": "Blur display on webchat app's until you hover on it.",
"author": {
"name": "Abdul Pasaribu",
Expand Down
2 changes: 1 addition & 1 deletion src/browsers/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Webchat Blur",
"description": "Blur display on webchat app's until you hover on it.",
"version": "1.0.0",
"version": "1.0.1",
"author": "Abdul Pasaribu",
"permissions": [
"tabs",
Expand Down
2 changes: 1 addition & 1 deletion src/browsers/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Webchat Blur",
"description": "Blur display on webchat app's until you hover on it.",
"version": "1.0",
"version": "1.0.1",
"author": "Abdul Pasaribu",
"permissions": [
"tabs",
Expand Down

0 comments on commit 277d464

Please sign in to comment.