Skip to content

Commit

Permalink
chore(all): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-gustafsson committed Dec 8, 2022
1 parent dec6074 commit 1f41ea1
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -6,8 +6,8 @@ android {
applicationId "com.moimob.drinkable"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 11600
versionName "1.16.0"
versionCode 11601
versionName "1.16.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/11601.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
• Cocktail filter button now displays the number of active filters
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@
"engines": {
"node": ">=10.12.0"
}
}
}

0 comments on commit 1f41ea1

Please sign in to comment.