Skip to content

Commit

Permalink
Version 0.11.25
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmrssa committed Jul 27, 2020
1 parent cb0f4af commit c8ed8b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docker/planet/scripts/create_version_json.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PLANET_VERSION=$(cat package.json | jq -r .version)
LATEST_APK_VERSION="v0.8.59"
LATEST_APK_VER_CODE="859"
MIN_APK_VERSION="v0.8.48"
MIN_APK_VER_CODE="848"
APK_PATH="https://github.com/open-learning-exchange/myplanet/releases/download/v0.8.59/myPlanet.apk"
LATEST_APK_VERSION="v0.8.73"
LATEST_APK_VER_CODE="873"
MIN_APK_VERSION="v0.8.59"
MIN_APK_VER_CODE="859"
APK_PATH="https://github.com/open-learning-exchange/myplanet/releases/download/v0.8.73/myPlanet.apk"
LOCAL_APK_PATH="/fs/myPlanet.apk"

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'"}' > /usr/share/nginx/html/versions
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "planet-app",
"version": "0.11.24",
"version": "0.11.25",
"license": "AGPL-3.0",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit c8ed8b3

Please sign in to comment.