Skip to content

Commit

Permalink
Merge pull request #2152 from IDEMSInternational/ci/increment-version…
Browse files Browse the repository at this point in the history
…-number

ci: increment version number to 0.16.22
  • Loading branch information
esmeetewinkel authored Nov 27, 2023
2 parents a3abea8 + 749eba5 commit d9c6140
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 @@ -7,8 +7,8 @@ android {
applicationId "international.idems.plh_teens"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 16021
versionName "0.16.21"
versionCode 16022
versionName "0.16.22"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.16.21",
"version": "0.16.22",
"author": "IDEMS International",
"license": "See LICENSE",
"homepage": "https://idems.international/",
Expand Down

0 comments on commit d9c6140

Please sign in to comment.