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,