Skip to content

Commit df14a5b

Browse files
lmmrssapaulbert
authored andcommitted
Update version (#3212)
1 parent 49c7ee7 commit df14a5b

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.54"
3-
LATEST_APK_VER_CODE="254"
4-
MIN_APK_VERSION="v0.2.54"
5-
MIN_APK_VER_CODE="254"
6-
APK_PATH="https://github.com/open-learning-exchange/myplanet/releases/download/v0.2.54/myPlanet.apk"
2+
LATEST_APK_VERSION="v0.2.68"
3+
LATEST_APK_VER_CODE="268"
4+
MIN_APK_VERSION="v0.2.68"
5+
MIN_APK_VER_CODE="268"
6+
APK_PATH="https://github.com/open-learning-exchange/myplanet/releases/download/v0.2.68/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": "planet-app",
3-
"version": "0.7.9",
3+
"version": "0.7.10",
44
"license": "AGPL-3.0",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)