diff --git a/android/app/build.gradle b/android/app/build.gradle index 9bb1c99..fb8aa31 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -136,8 +136,8 @@ android { applicationId "com.plantrecog" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 11 - versionName "0.9.0" + versionCode 12 + versionName "1.0.0" } splits { abi { diff --git a/app.json b/app.json index 16380f3..24c2de6 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "PlantRecog", "slug": "PlantRecog", - "version": "0.9.0", + "version": "1.0.0", "assetBundlePatterns": [ "**/*" ]