From c07908279ef2d4659eee4b7710df1af1ae107569 Mon Sep 17 00:00:00 2001 From: Cow Date: Sun, 5 Jul 2020 22:12:42 +0200 Subject: Fixed NPE - caused by an empty friends file on 2nd+ launch --- update.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'update.json') diff --git a/update.json b/update.json index d68cbf8..4e1ff61 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.7.0": "https://github.com/cow-mc/Cowlection/blob/master/CHANGELOG.md" + "1.8.9-0.7.1": "https://github.com/cow-mc/Cowlection/blob/master/CHANGELOG.md" }, "promos": { - "1.8.9-latest": "1.8.9-0.7.0", - "1.8.9-recommended": "1.8.9-0.7.0" + "1.8.9-latest": "1.8.9-0.7.1", + "1.8.9-recommended": "1.8.9-0.7.1" } } -- cgit