diff --git a/_raw/manifest.json b/_raw/manifest.json index c482e2217b5..011983d9eac 100644 --- a/_raw/manifest.json +++ b/_raw/manifest.json @@ -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/", diff --git a/package.json b/package.json index 8b3a99973da..38991da7086 100644 --- a/package.json +++ b/package.json @@ -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/*", diff --git a/src/manifest/mv2/manifest.json b/src/manifest/mv2/manifest.json index 3776a18cf0a..2baf2efab39 100644 --- a/src/manifest/mv2/manifest.json +++ b/src/manifest/mv2/manifest.json @@ -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": { diff --git a/src/manifest/mv3/manifest.json b/src/manifest/mv3/manifest.json index a6789fa8507..684afe9c07f 100644 --- a/src/manifest/mv3/manifest.json +++ b/src/manifest/mv3/manifest.json @@ -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": {