Skip to content

Commit c2b0818

Browse files
authored
Version 0.7.30 (#3670)
1 parent 1726d76 commit c2b0818

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,9 +1,9 @@
11
PLANET_VERSION=$(cat package.json | jq -r .version)
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"
2+
LATEST_APK_VERSION="v0.3.40"
3+
LATEST_APK_VER_CODE="340"
4+
MIN_APK_VERSION="v0.3.40"
5+
MIN_APK_VER_CODE="340"
6+
APK_PATH="https://github.com/open-learning-exchange/myplanet/releases/download/v0.3.40/myPlanet.apk"
77
LOCAL_APK_PATH="/fs/myPlanet.apk"
88

99
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.29",
3+
"version": "0.7.30",
44
"license": "AGPL-3.0",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)