Skip to content

Commit

Permalink
Bumpped up for release
Browse files Browse the repository at this point in the history
closes #16

Signed-off-by: sarthakpranesh <sarthakpranesh08@gmail.com>
  • Loading branch information
sarthakpranesh committed Apr 18, 2022
1 parent 4664fab commit e0e9959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ android {
applicationId "com.plantrecog"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 12
versionName "1.0.0"
versionCode 13
versionName "1.1.0"
ndkVersion '21.3.6528147'
}
splits {
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "PlantRecog",
"slug": "PlantRecog",
"version": "1.0.0",
"version": "1.1.0",
"assetBundlePatterns": [
"**/*"
]
Expand Down

0 comments on commit e0e9959

Please sign in to comment.