Skip to content

Commit 4e1e55f

Browse files
lmmrssapaulbert
authored andcommitted
Update version (#2876)
1 parent 6260013 commit 4e1e55f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PLANET_VERSION=$(cat package.json | jq -r .version)
2-
LATEST_APK_VERSION="v0.2.29"
3-
LATEST_APK_VER_CODE="229"
4-
MIN_APK_VERSION="v0.2.27"
5-
MIN_APK_VER_CODE="227"
6-
APK_PATH="https://github.com/open-learning-exchange/myplanet/releases/download/v0.2.29/myPlanet.apk"
2+
LATEST_APK_VERSION="v0.2.31"
3+
LATEST_APK_VER_CODE="231"
4+
MIN_APK_VERSION="v0.2.31"
5+
MIN_APK_VER_CODE="231"
6+
APK_PATH="https://github.com/open-learning-exchange/myplanet/releases/download/v0.2.31/myPlanet.apk"
77

88
echo '{"appname":"planet","planetVersion":"'$PLANET_VERSION'","latestapk":"'$LATEST_APK_VERSION'","latestapkcode":'$LATEST_APK_VER_CODE',"minapk":"'$MIN_APK_VERSION'","minapkcode":'$MIN_APK_VER_CODE',"apkpath":"'$APK_PATH'"}' > dist/versions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ang-bell-app",
3-
"version": "0.6.17",
3+
"version": "0.6.18",
44
"license": "AGPL-3.0",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)