diff --git a/cyberwow/android/app/build.gradle b/cyberwow/android/app/build.gradle index 96d00d0..5169233 100644 --- a/cyberwow/android/app/build.gradle +++ b/cyberwow/android/app/build.gradle @@ -37,7 +37,7 @@ android { minSdkVersion 23 targetSdkVersion 28 versionCode flutterVersionCode.toInteger() - versionName "0.6.1.2-b" + versionName "0.6.1.2-c" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } diff --git a/cyberwow/pubspec.yaml b/cyberwow/pubspec.yaml index 1da198f..634cf3e 100644 --- a/cyberwow/pubspec.yaml +++ b/cyberwow/pubspec.yaml @@ -11,7 +11,7 @@ description: A new Flutter project. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.6.1+8 +version: 0.6.1+9 environment: sdk: ">=2.1.0 <3.0.0"