diff options
author | Cow <cow@volloeko.de> | 2023-07-25 23:58:52 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2023-07-25 23:58:52 +0200 |
commit | 2920f07f65fc68c6ccc86292e6db9248311f3335 (patch) | |
tree | 3022e0c800c6368d93920e429a246ddb43ec3cfb | |
parent | 52aa971ea53d3540010d1aede2fe9885461ff8dd (diff) | |
download | Cowlection-master.tar.gz Cowlection-master.tar.bz2 Cowlection-master.zip |
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | gradle.properties | 2 | ||||
-rw-r--r-- | update.json | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 156a1a7..f745382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [1.8.9-0.16.0] - unreleased +## [1.8.9-0.16.0] - 25.07.2023 ### Note on API keys ❗ In case you haven't heard yet: player-based API keys are currently being phased out (see also forums post about [Public API Changes](https://hypixel.net/threads/public-api-changes-february-2023.5266129/)). @@ -446,7 +446,7 @@ All other features of Cowlection *do not* require an API key and thus should be *Note:* The 'best friends' list is currently available via <kbd>ESC</kbd> > Mod Options > Cowlection > Config > bestFriends. -[1.8.9-0.16.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.15.1...master +[1.8.9-0.16.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.15.1...v1.8.9-0.16.0 [1.8.9-0.15.1]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.15.0...v1.8.9-0.15.1 [1.8.9-0.15.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.14.0...v1.8.9-0.15.0 [1.8.9-0.14.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.13.0...v1.8.9-0.14.0 diff --git a/gradle.properties b/gradle.properties index 04a25f0..bd8ed2b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name=Cowlection group_package=de.cowtipper.cowlection -mod_version=0.15.1 +mod_version=0.16.0 git_url=https://github.com/cow-mc/Cowlection/ mc_version=1.8.9 forge_version=11.15.1.2318-1.8.9 diff --git a/update.json b/update.json index f63b5a9..862310f 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.15.1": "https://github.com/cow-mc/Cowlection/blob/master/CHANGELOG.md" + "1.8.9-0.16.0": "https://github.com/cow-mc/Cowlection/blob/master/CHANGELOG.md" }, "promos": { - "1.8.9-latest": "1.8.9-0.15.1", - "1.8.9-recommended": "1.8.9-0.15.1" + "1.8.9-latest": "1.8.9-0.16.0", + "1.8.9-recommended": "1.8.9-0.16.0" } } |