From a3e5b629826e9c004942202084acfeeda11752b9 Mon Sep 17 00:00:00 2001 From: redDwarf03 Date: Fri, 20 Dec 2024 17:42:38 +0100 Subject: [PATCH] chore: :bookmark: 4.1.0+602 --- fastlane/metadata/android/en-US/changelogs/602.txt | 4 ++++ pubspec.yaml | 4 ++-- web_chrome_extension/public/manifest.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/602.txt diff --git a/fastlane/metadata/android/en-US/changelogs/602.txt b/fastlane/metadata/android/en-US/changelogs/602.txt new file mode 100644 index 000000000..88d8df4b2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/602.txt @@ -0,0 +1,4 @@ +Version 4.1.0 + +- Add Custom tokens management +- Fix bugs \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index b76fe686a..7787bfe5b 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.1+601 +version: 4.1.0+602 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: 4.01.601.0 + msix_version: 4.1.602.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 9c35f23c1..88743f2a7 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": "4.0.1.601", + "version": "4.1.0.602", "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" },