Skip to content

Commit

Permalink
fix: sync version number after CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lfilho committed Jul 26, 2020
1 parent 61a509b commit 6c4468e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sample-webextension",
"version": "1.0.1",
"version": "1.0.3",
"private": true,
"description": "Second test project for - Tracker blocker extension",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Best Tracker Blocker Ext",
"description": "Tracker Blocker extension",
"version": "0.0.1",
"version": "1.0.3",
"icons": {
"64": "icons/icon.png"
},
Expand Down

0 comments on commit 6c4468e

Please sign in to comment.