From 59a3ddd94495b4c38e097420cb8035c58627c8fd Mon Sep 17 00:00:00 2001 From: Max Korolev Date: Sat, 18 Nov 2023 16:58:44 +0300 Subject: [PATCH] update versions --- _raw/manifest.json | 2 +- package.json | 2 +- src/manifest/mv2/manifest.json | 2 +- src/manifest/mv3/manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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": {