diff options
author | Cow <cow@volloeko.de> | 2021-08-14 16:57:25 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2021-08-14 16:57:25 +0200 |
commit | 106168f533c627fef4f30ba1fece76c965778924 (patch) | |
tree | 14fa052c527381f08fb2cf08ba898f7261e16ddc | |
parent | d2cd150ce5836b51c8b87dfc996b52bba36d1869 (diff) | |
download | Cowlection-106168f533c627fef4f30ba1fece76c965778924.tar.gz Cowlection-106168f533c627fef4f30ba1fece76c965778924.tar.bz2 Cowlection-106168f533c627fef4f30ba1fece76c965778924.zip |
Bumped version to 1.8.9-0.14.0
-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 b42f9c8..c7349d0 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.14.0] - unreleased +## [1.8.9-0.14.0] - 14.08.2021 ### Added - New command: `/commandslist` to list all client-side commands added by all installed mods - Chest Tracker & Analyzer: @@ -359,7 +359,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). *Note:* The 'best friends' list is currently available via <kbd>ESC</kbd> > Mod Options > Cowlection > Config > bestFriends. -[1.8.9-0.14.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.13.0...master +[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 [1.8.9-0.13.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.12.0...v1.8.9-0.13.0 [1.8.9-0.12.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.11.0...v1.8.9-0.12.0 [1.8.9-0.11.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.10.2...v1.8.9-0.11.0 diff --git a/gradle.properties b/gradle.properties index 8881b56..a83723f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name=Cowlection group_package=de.cowtipper.cowlection -mod_version=0.13.0 +mod_version=0.14.0 git_url=https://github.com/cow-mc/Cowlection/ mc_version=1.8.9 diff --git a/update.json b/update.json index 12f1ba2..dad6b53 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.13.0": "https://github.com/cow-mc/Cowlection/blob/master/CHANGELOG.md" + "1.8.9-0.14.0": "https://github.com/cow-mc/Cowlection/blob/master/CHANGELOG.md" }, "promos": { - "1.8.9-latest": "1.8.9-0.13.0", - "1.8.9-recommended": "1.8.9-0.13.0" + "1.8.9-latest": "1.8.9-0.14.0", + "1.8.9-recommended": "1.8.9-0.14.0" } } |