From cc11ec215cb804a3e35110a13fead326bb600d77 Mon Sep 17 00:00:00 2001 From: smborio Date: Tue, 8 Jun 2021 23:29:10 +0100 Subject: [PATCH] updated version number to 0.9.9 --- android/app/build.gradle | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index d6b9a2cc51..81cf75da60 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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 { diff --git a/package.json b/package.json index 08c5e4e2e1..99f640fe7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parenting-app-ui", - "version": "0.9.8", + "version": "0.9.9", "author": "IDEMS International", "homepage": "https://idems.international/", "description": "", @@ -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": {