Skip to content

Commit c0ae9a3

Browse files
committed
bump version to 1.0.527 and remove unused power boost label in space explorer
1 parent df48301 commit c0ae9a3

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

assets/js/version.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "idlegames",
3-
"version": "1.0.526",
3+
"version": "1.0.527",
44
"description": "IdleGames PWA build tooling and deployment scripts.",
55
"author": "Timeless Prototype",
66
"license": "MIT",

space-explorer-v2.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13971,7 +13971,6 @@ <h2 id="gameMenuTitle">GAME MENU</h2>
1397113971
* @param {Array} menuConfig.actions - Bottom action bar buttons
1397213972
*/
1397313973

13974-
label: `Boost Power (+${formatPowerCost(powerChargeGain(15))})`,
1397513974
function setupMenuKeyboardNavigation(panel, menuItemsEl, actionsBarEl) {
1397613975
// Remove any previous keyboard handler
1397713976
if (panel.menuKeyHandler) {

0 commit comments

Comments
 (0)