diff options
author | Cow <cow@volloeko.de> | 2020-07-31 19:45:05 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-07-31 19:45:05 +0200 |
commit | d6ec894d8bbb4c90e7032240da3fe09920f52f54 (patch) | |
tree | 5d6d19c7760c8f6fec761f1c5c5972563719d92e | |
parent | bf9e3c936858faa55a7ed66cc89403ea844419e8 (diff) | |
download | Cowlection-d6ec894d8bbb4c90e7032240da3fe09920f52f54.tar.gz Cowlection-d6ec894d8bbb4c90e7032240da3fe09920f52f54.tar.bz2 Cowlection-d6ec894d8bbb4c90e7032240da3fe09920f52f54.zip |
Bumped version to 1.8.9-0.10.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 ef3fae4..295fe85 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-xxx] - unreleased +## [1.8.9-0.10.0] - 31.07.2020 ### Added - Best friends online check: - check if one of your best friends is currently online @@ -172,7 +172,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-xxx]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.9.0...master +[1.8.9-0.10.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.9.0...v1.8.9-0.10.0 [1.8.9-0.9.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.8.1...v1.8.9-0.9.0 [1.8.9-0.8.1]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.8.0...v1.8.9-0.8.1 [1.8.9-0.8.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.7.1...v1.8.9-0.8.0 diff --git a/gradle.properties b/gradle.properties index a4d524e..cf26d60 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name=Cowlection group_package=de.cowtipper.cowlection -mod_version=0.9.0 +mod_version=0.10.0 git_url=https://github.com/cow-mc/Cowlection/ mc_version=1.8.9 diff --git a/update.json b/update.json index 9dd0aa9..8169324 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.9.0": "https://github.com/cow-mc/Cowlection/blob/master/CHANGELOG.md" + "1.8.9-0.10.0": "https://github.com/cow-mc/Cowlection/blob/master/CHANGELOG.md" }, "promos": { - "1.8.9-latest": "1.8.9-0.9.0", - "1.8.9-recommended": "1.8.9-0.9.0" + "1.8.9-latest": "1.8.9-0.10.0", + "1.8.9-recommended": "1.8.9-0.10.0" } } |