diff --git a/fastlane/metadata/android/en-US/changelogs/546.txt b/fastlane/metadata/android/en-US/changelogs/546.txt new file mode 100644 index 000000000..cbe80cd9e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/546.txt @@ -0,0 +1,10 @@ +Archethic Wallet - Version 2.3.8 Build 546 + +- Improve security & performance +- Improve sign DApp transaction screen +- Improve auto lock settings +- Add manual lock app +- Remove blog and add medium link in the menu +- Improve UX/UI password screens +- Improve UX/UI import wallet +- Fix bugs \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index 0f82caa17..1073309b6 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1099,10 +1099,10 @@ packages: dependency: transitive description: name: image_picker_android - sha256: cea2bd5b9fcff039a4901d3b13c67fe747f940be9ba76bde1bcd218d168eeb7f + sha256: a26dc9a03fe042440c1e4be554fb0fceae2bf6d887d7467fc48c688fa4a81889 url: "https://pub.dev" source: hosted - version: "0.8.12+6" + version: "0.8.12+7" image_picker_for_web: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index c49ca5a15..935b307e9 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.8+545 +version: 2.3.8+546 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.38.539.0 + msix_version: 2.38.546.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 d6f67e98d..d38461259 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.8.539", + "version": "2.3.8.546", "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" },