diff --git a/cyberwow/android/app/build.gradle b/cyberwow/android/app/build.gradle index 8709990..88fa5ae 100644 --- a/cyberwow/android/app/build.gradle +++ b/cyberwow/android/app/build.gradle @@ -36,8 +36,8 @@ android { applicationId "org.wownero.cyberwow" minSdkVersion 23 targetSdkVersion 28 - versionCode 12 - versionName "0.6.1.2-f" + versionCode 13 + versionName "0.7.0.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } diff --git a/cyberwow/pubspec.yaml b/cyberwow/pubspec.yaml index e8808d8..05d482b 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+12 +version: 0.7.0+13 environment: sdk: ">=2.1.0 <3.0.0"