diff --git a/android/fastlane/metadata/android/en-US/changelogs/82.txt b/android/fastlane/metadata/android/en-US/changelogs/82.txt new file mode 100644 index 00000000..f1342b40 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/82.txt @@ -0,0 +1,4 @@ +- Use "Ӿ" currency symbol +- Add Bengali language +- Android 12 compatibility +- General fixes & improvements \ No newline at end of file diff --git a/ios/fastlane/metadata/en-US/release_notes.txt b/ios/fastlane/metadata/en-US/release_notes.txt index 8a15d731..5bde5dc3 100644 --- a/ios/fastlane/metadata/en-US/release_notes.txt +++ b/ios/fastlane/metadata/en-US/release_notes.txt @@ -1,4 +1,3 @@ -- Add "Carbon" theme -- Fix change representative not working sometimes -- Auto-fill amount from deep-link/QR/NFC even if balance is insufficient -- Misc. other fixes \ No newline at end of file +- Use "Ӿ" currency symbol +- Add Bengali language +- General fixes & improvements \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 8941b7a1..64773e55 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ description: Natrium - Fast, Robust & Secure NANO Wallet. # followed by an optional build number separated by a +. # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. -version: 2.4.3+81 +version: 2.4.4+82 environment: sdk: ">=2.11.99 <3.0.0"