From b5c107a9ae5364faeb8c5c41edb689466d8a14a4 Mon Sep 17 00:00:00 2001 From: redDwarf03 Date: Mon, 2 Dec 2024 15:33:59 +0100 Subject: [PATCH] chore: :bookmark: 4.0.1+601 --- fastlane/metadata/android/en-US/changelogs/600.txt | 3 +++ fastlane/metadata/android/en-US/changelogs/601.txt | 3 +++ pubspec.yaml | 4 ++-- web_chrome_extension/public/manifest.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/600.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/601.txt diff --git a/fastlane/metadata/android/en-US/changelogs/600.txt b/fastlane/metadata/android/en-US/changelogs/600.txt new file mode 100644 index 000000000..561559917 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/600.txt @@ -0,0 +1,3 @@ +Version 4.0.0 + +- Add bridge feature \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/601.txt b/fastlane/metadata/android/en-US/changelogs/601.txt new file mode 100644 index 000000000..5063888bf --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/601.txt @@ -0,0 +1,3 @@ +Version 4.0.1 + +- Add bridge feature diff --git a/pubspec.yaml b/pubspec.yaml index 9bfa7247c..ad6cf69a0 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: 4.0.0+600 +version: 4.0.1+601 environment: sdk: ">=3.5.0 <4.0.0" @@ -300,7 +300,7 @@ msix_config: publisher_display_name: Archethic Technologies SARL identity_name: ArchethicTechnologiesSARL.ArchethicWallet publisher: CN=9687A561-7463-4BA7-BD4D-A04574BAF854 - msix_version: 3.11.593.0 + msix_version: 4.01.601.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 8874c88b3..76aaf684f 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.11.593", + "version": "4.0.1.601", "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" },