diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 472166d..64fab23 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -29,8 +29,8 @@ android { applicationId = "me.lecaro.breakout" minSdk = 21 targetSdk = 34 - versionCode = 29064068 - versionName = "29064068" + versionCode = 29064070 + versionName = "29064070" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { useSupportLibrary = true diff --git a/app/src/main/assets/index.html b/app/src/main/assets/index.html index 18d6ee0..f1685bd 100644 --- a/app/src/main/assets/index.html +++ b/app/src/main/assets/index.html @@ -1 +1 @@ -Breakout 71 \ No newline at end of file +Breakout 71 \ No newline at end of file diff --git a/deploy.sh b/deploy.sh index fd6625b..446eb96 100755 --- a/deploy.sh +++ b/deploy.sh @@ -35,7 +35,7 @@ butler push app/build/outputs/apk/release/app-release.apk renanlecaro/breakout71 # archive the output files FOLDER="/opt/mup-nginx-proxy/config/html/static_sites/archive.lecaro.me/public-files/b71/$versionCode" ssh staging "mkdir -p $FOLDER" -rsync -vz "./build/index.html" staging:$DOMAIN/b71-$versionCode.html -rsync -vz "./app/build/outputs/apk/release/app-release.apk" staging:$DOMAIN/b71-$versionCode.apk +rsync -vz "./build/index.html" staging:$FOLDER/b71-$versionCode.html +rsync -vz "./app/build/outputs/apk/release/app-release.apk" staging:$FOLDER/b71-$versionCode.apk diff --git a/dist/index.html b/dist/index.html index fc1d531..cdd2ce2 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1494,7 +1494,7 @@ const upgrades = (0, _upgrades.rawUpgrades).map((u)=>({ })); },{"./data/palette.json":"ktRBU","./data/levels.json":"8JSUc","./data/version.json":"iyP6E","./upgrades":"1u3Dx","./getLevelBackground":"7OIPf","./levelIcon":"6rQoT","@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3"}],"iyP6E":[function(require,module,exports,__globalThis) { -module.exports = JSON.parse("\"29064068\""); +module.exports = JSON.parse("\"29064070\""); },{}],"1u3Dx":[function(require,module,exports,__globalThis) { var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); diff --git a/src/PWA/sw-b71.js b/src/PWA/sw-b71.js index d222a2e..44f7a60 100644 --- a/src/PWA/sw-b71.js +++ b/src/PWA/sw-b71.js @@ -1,5 +1,5 @@ // The version of the cache. -const VERSION = "29064068"; +const VERSION = "29064070"; // The name of the cache const CACHE_NAME = `breakout-71-${VERSION}`; diff --git a/src/data/version.json b/src/data/version.json index cd8f3a7..3b57dae 100644 --- a/src/data/version.json +++ b/src/data/version.json @@ -1 +1 @@ -"29064068" +"29064070"