Commit 91bf7c0

derdilla <derdilla06@gmail.com>
2023-05-18 09:44:41
version bump
1 parent e685edb
Changed files (2)
android/app/build.gradle
@@ -54,10 +54,9 @@ android {
         // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
         minSdkVersion 19
         targetSdkVersion flutter.targetSdkVersion
-        versionCode 7
-        versionName "0.5.0"
+        versionCode 8
+        versionName "1.0.0"
     }
-
     signingConfigs {
        release {
            keyAlias keystoreProperties['keyAlias']
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: 0.5.0
+version: 1.0.0
 
 environment:
   sdk: '>=2.19.6 <3.0.0'