From cfb6b1401623283588eb5345e163e8739bff500e Mon Sep 17 00:00:00 2001 From: Chralu Date: Wed, 31 Jul 2024 18:23:33 +0200 Subject: [PATCH] chore: :bookmark: Version 2.3.10+549 --- pubspec.yaml | 4 ++-- web_chrome_extension/public/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3b73a508c..0ba610e20 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Fully decentralized and cryptocurrency non-custodial hot wallet tha publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: 2.3.9+548 +version: 2.3.10+549 environment: sdk: ">=3.3.0 <4.0.0" @@ -317,7 +317,7 @@ msix_config: publisher_display_name: Archethic Technologies SARL identity_name: ArchethicTechnologiesSARL.ArchethicWallet publisher: CN=9687A561-7463-4BA7-BD4D-A04574BAF854 - msix_version: 2.39.548.0 + msix_version: 2.310.549.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 1bd8ac45d..f42162f7f 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": "2.3.9.548", + "version": "2.3.10.549", "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" },