diff options
author | Cow <cow@volloeko.de> | 2020-07-05 22:12:42 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-07-05 22:12:42 +0200 |
commit | c07908279ef2d4659eee4b7710df1af1ae107569 (patch) | |
tree | ae9bd2042d3cb349d22d60d6eca93cdb9e32fd49 /update.json | |
parent | 7895f9c0ffe467c449ab4b2e5285b5395ef245f2 (diff) | |
download | Cowlection-c07908279ef2d4659eee4b7710df1af1ae107569.tar.gz Cowlection-c07908279ef2d4659eee4b7710df1af1ae107569.tar.bz2 Cowlection-c07908279ef2d4659eee4b7710df1af1ae107569.zip |
Fixed NPE
- caused by an empty friends file on 2nd+ launch
Diffstat (limited to 'update.json')
-rw-r--r-- | update.json | 6 |
1 files changed, 3 insertions, 3 deletions
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" } } |