Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjshka committed Nov 18, 2023
1 parent 99d84f9 commit 59a3ddd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _raw/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "__MSG_appName__",
"version": "1.0.1",
"version": "1.0.3",
"default_locale": "en",
"description": "__MSG_appDescription__",
"author": "https://via.exchange/",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ally",
"version": "1.0.1",
"version": "1.0.3",
"description": "A browser plugin for DeFi users",
"scripts": {
"clean": "mkdir -p dist && rm -rf dist/*",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest/mv2/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"version": "1.0.0",
"version": "1.0.3",
"default_locale": "en",
"description": "__MSG_appDescription__",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest/mv3/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"version": "1.0.2",
"version": "1.0.3",
"default_locale": "en",
"description": "__MSG_appDescription__",
"icons": {
Expand Down

0 comments on commit 59a3ddd

Please sign in to comment.