From 705299e37d27d421156a09213e0654d0ab4fb01c Mon Sep 17 00:00:00 2001 From: Cow Date: Wed, 16 Sep 2020 00:19:10 +0200 Subject: Fixed crash when entering a dungeon bumped version to 0.10.2 --- update.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'update.json') diff --git a/update.json b/update.json index ebf7e0d..95c5400 100644 --- a/update.json +++ b/update.json @@ -1,10 +1,10 @@ { "homepage": "https://github.com/cow-mc/Cowlection/", "1.8.9": { - "1.8.9-0.10.1": "https://github.com/cow-mc/Cowlection/blob/master/CHANGELOG.md" + "1.8.9-0.10.2": "https://github.com/cow-mc/Cowlection/blob/master/CHANGELOG.md" }, "promos": { - "1.8.9-latest": "1.8.9-0.10.1", - "1.8.9-recommended": "1.8.9-0.10.1" + "1.8.9-latest": "1.8.9-0.10.2", + "1.8.9-recommended": "1.8.9-0.10.2" } } -- cgit