Commit 3162c9f

derdilla <derdilla06@gmail.com>
2023-05-29 14:46:10
prepare release tag: v1.3.0-FIX
1 parent 03058ba
Changed files (3)
android
fastlane
metadata
android
en-US
changelogs
android/app/build.gradle
@@ -54,8 +54,8 @@ android {
         // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
         minSdkVersion 19
         targetSdkVersion flutter.targetSdkVersion
-        versionCode 11
-        versionName "1.2.0"
+        versionCode 12
+        versionName "1.3.0"
     }
     signingConfigs {
        release {
fastlane/metadata/android/en-US/changelogs/12.txt
@@ -0,0 +1,6 @@
+This brand new release comes with more data safety and better usability!
+* add safety measures to entry deletion
+* fix utf8 character import and number only messages
+* more design customization
+* show more information when importing
+* fix time steps
\ No newline at end of file
pubspec.yaml
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
 # In Windows, build-name is used as the major, minor, and patch parts
 # of the product and file versions while build-number is used as the build suffix.
-version: 1.2.0
+version: 1.3.0
 
 environment:
   sdk: '>=2.19.6 <3.0.0'