Skip to content

Commit 125ab04

Browse files
lmmrssapaulbert
authored andcommitted
Version 0.7.28 (#3605)
1 parent 4ab4f84 commit 125ab04

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
PLANET_VERSION=$(cat package.json | jq -r .version)
2-
LATEST_APK_VERSION="v0.3.29"
3-
LATEST_APK_VER_CODE="329"
4-
MIN_APK_VERSION="v0.3.29"
5-
MIN_APK_VER_CODE="329"
6-
APK_PATH="https://github.com/open-learning-exchange/myplanet/releases/download/v0.3.29/myPlanet.apk"
2+
LATEST_APK_VERSION="v0.3.34"
3+
LATEST_APK_VER_CODE="334"
4+
MIN_APK_VERSION="v0.3.34"
5+
MIN_APK_VER_CODE="334"
6+
APK_PATH="https://github.com/open-learning-exchange/myplanet/releases/download/v0.3.34/myPlanet.apk"
7+
LOCAL_APK_PATH="/fs/myPlanet.apk"
78

8-
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'","localapkpath":"/fs/myPlanet.apk"}' > dist/versions
9+
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'","localapkpath":"'$LOCAL_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": "planet-app",
3-
"version": "0.7.27",
3+
"version": "0.7.28",
44
"license": "AGPL-3.0",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)