diff --git a/fastlane/metadata/android/en-US/changelogs/593.txt b/fastlane/metadata/android/en-US/changelogs/593.txt new file mode 100644 index 000000000..8d3c6f1ec --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/593.txt @@ -0,0 +1,3 @@ +Version 3.0.11 + +- Fix bugs diff --git a/pubspec.yaml b/pubspec.yaml index 07cd6745f..d8a657f19 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: 3.0.10+592 +version: 3.0.11+593 environment: sdk: ">=3.3.0 <4.0.0" @@ -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.010.592.0 + msix_version: 3.011.593.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 9a221d189..8874c88b3 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.10.592", + "version": "3.0.11.593", "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" },