From a7989e8583091040431807d4dd951476d0c9eb99 Mon Sep 17 00:00:00 2001 From: redDwarf03 Date: Tue, 22 Oct 2024 20:40:06 +0200 Subject: [PATCH] 3.0.7+589 --- pubspec.yaml | 2 +- web_chrome_extension/public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index d56e081a0..1d17756ba 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -310,7 +310,7 @@ msix_config: publisher_display_name: Archethic Technologies SARL identity_name: ArchethicTechnologiesSARL.ArchethicWallet publisher: CN=9687A561-7463-4BA7-BD4D-A04574BAF854 - msix_version: 3.06.588.0 + msix_version: 3.07.589.0 icons_background_color: "#000000" languages: en-us store: true diff --git a/web_chrome_extension/public/manifest.json b/web_chrome_extension/public/manifest.json index 65111b81e..04e873117 100644 --- a/web_chrome_extension/public/manifest.json +++ b/web_chrome_extension/public/manifest.json @@ -7,7 +7,7 @@ "48": "icons/icon_48.png", "128": "icons/icon_128.png" }, - "version": "3.0.6.588", + "version": "3.0.7.589", "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" },