From 457a3ea1ac42add594c96f848428f8369a5198fd Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sat, 24 Dec 2022 22:16:48 -0600 Subject: [PATCH] Mark this as 1.0 --- src/data/Changelog.vue | 10 ++-------- src/data/layers/routing.tsx | 3 --- src/data/projInfo.json | 2 +- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/src/data/Changelog.vue b/src/data/Changelog.vue index 54e53a5..0f36ac5 100644 --- a/src/data/Changelog.vue +++ b/src/data/Changelog.vue @@ -5,14 +5,8 @@ diff --git a/src/data/layers/routing.tsx b/src/data/layers/routing.tsx index 970ba5e..757f232 100644 --- a/src/data/layers/routing.tsx +++ b/src/data/layers/routing.tsx @@ -1001,9 +1001,6 @@ const layer = createLayer(id, function (this: BaseLayer) { citiesCompleted.value, Decimal.times(computedMetaSolvingSpeed.value, diff) ).min(5000000); - if (Decimal.isNaN(citiesCompleted.value)) { - citiesCompleted.value = 50; - } if (metaMilestones[0].earned.value) { management.classrooms.amount.value = Decimal.add( diff --git a/src/data/projInfo.json b/src/data/projInfo.json index bd9c75f..96567e3 100644 --- a/src/data/projInfo.json +++ b/src/data/projInfo.json @@ -8,7 +8,7 @@ "discordName": "", "discordLink": "", - "versionNumber": "0.6", + "versionNumber": "1.0", "versionTitle": "Initial Commit", "allowGoBack": true,