Skip to content

Commit

Permalink
Merge pull request #823 from IDEMSInternational/pre-release-prep
Browse files Browse the repository at this point in the history
updated version number to 0.9.9
  • Loading branch information
smborio authored Jun 8, 2021
2 parents 38af28b + cc11ec2 commit 797e2a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 "international.idems.plh_teens"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 9008
versionName "0.9.8"
versionCode 9009
versionName "0.9.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parenting-app-ui",
"version": "0.9.8",
"version": "0.9.9",
"author": "IDEMS International",
"homepage": "https://idems.international/",
"description": "",
Expand All @@ -13,7 +13,7 @@
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "cd scripts && yarn install",
"analyse":"npm run build -- --stats-json && npx webpack-bundle-analyzer www/stats.json"
"analyse": "npm run build -- --stats-json && npx webpack-bundle-analyzer www/stats.json"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 797e2a7

Please sign in to comment.