diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index d04a391..5e671ee 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -11,8 +11,8 @@ android {
applicationId = "me.lecaro.breakout"
minSdk = 21
targetSdk = 34
- versionCode = 29041686
- versionName = "29041686"
+ versionCode = 29041687
+ versionName = "29041687"
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 fa29dce..152448d 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/dist/index.html b/dist/index.html
index 203ed70..0293d6a 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -1271,7 +1271,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("\"29041686\"");
+module.exports = JSON.parse("\"29041687\"");
},{}],"1u3Dx":[function(require,module,exports,__globalThis) {
var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");
@@ -1825,7 +1825,7 @@ const rawUpgrades = [
threshold: 135000,
giftable: false,
id: "reach",
- max: 3,
+ max: 1,
name: (0, _i18N.t)("upgrades.reach.name"),
help: (lvl)=>(0, _i18N.t)("upgrades.reach.help", {
lvl
diff --git a/src/PWA/sw-b71.js b/src/PWA/sw-b71.js
index c24e389..997bed7 100644
--- a/src/PWA/sw-b71.js
+++ b/src/PWA/sw-b71.js
@@ -1,5 +1,5 @@
// The version of the cache.
-const VERSION = "29041686";
+const VERSION = "29041687";
// The name of the cache
const CACHE_NAME = `breakout-71-${VERSION}`;
diff --git a/src/data/version.json b/src/data/version.json
index 284efc5..4d25c09 100644
--- a/src/data/version.json
+++ b/src/data/version.json
@@ -1 +1 @@
-"29041686"
+"29041687"
diff --git a/src/upgrades.ts b/src/upgrades.ts
index 2eaa92f..bca4516 100644
--- a/src/upgrades.ts
+++ b/src/upgrades.ts
@@ -559,7 +559,7 @@ export const rawUpgrades = [
threshold: 135000,
giftable: false,
id: "reach",
- max: 3,
+ max: 1,
name: t("upgrades.reach.name"),
help: (lvl: number) => t("upgrades.reach.help", { lvl }),
fullHelp: t("upgrades.reach.fullHelp"),