diff --git a/src/data/Changelog.vue b/src/data/Changelog.vue
index 6d1ab1c..3b374aa 100644
--- a/src/data/Changelog.vue
+++ b/src/data/Changelog.vue
@@ -10,6 +10,11 @@
- 1.0.1 - Fixed mastery resets breaking the game state
- 1.0.1 - Fixed the wrong elves causing elf resets
+ -
+ 1.0.2 - Fixed factory upgrade grid cost increasing more than it should
+
+ - 1.0.2 - Fixed white dye boost showing before unlocking
+ - 1.0.2 - Hardcap packing resets to 3
diff --git a/src/data/projInfo.json b/src/data/projInfo.json
index e861bf0..c9b32a5 100644
--- a/src/data/projInfo.json
+++ b/src/data/projInfo.json
@@ -8,7 +8,7 @@
"discordName": "",
"discordLink": "",
- "versionNumber": "1.0.1",
+ "versionNumber": "1.0.2",
"versionTitle": "Initial Commit",
"allowGoBack": true,