From 93cd97bf80ffc3be0695b1e97bde269feb19d363 Mon Sep 17 00:00:00 2001 From: Forwaken Date: Sat, 30 Nov 2024 15:54:34 -0500 Subject: [PATCH] Changed version name. --- js/mod.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/js/mod.js b/js/mod.js index a8b6dc6..ce2147e 100644 --- a/js/mod.js +++ b/js/mod.js @@ -18,8 +18,8 @@ // Set your version in num and name let VERSION = { - num: "1.2.2", - name: "The Pet Update Part II: Epic Pets", + num: "1.3", + name: "The Layout Update - with QoL", } let hotkey = `

Hotkeys:


@@ -40,14 +40,14 @@ let credits = `

Credits:


` let changelog = `

Changelog:


-

v1.2.2 - 90% QoL 10% Inflation


+

v1.3 - The Layout Update - with QoL


- CONTAINS MAJOR SPOILERS FOR THE ENTIRE GAME. READ WITH CAUTION.



Content:
- - Added the Pollinators Layer.
- - Added the Sidebar Layout.

+ - Added the Sidebar Layout.
+ - Added the Pollinators Layer.

Bugfixes:
- Fixed Grass Skip not resetting the last anonymity upgrade.
- Fixed Repli-Trees softcap system not functioning correctly.