diff options
author | Cow <cow@volloeko.de> | 2022-10-23 17:53:38 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2022-10-23 17:53:38 +0200 |
commit | f856df9375b2e0d8230ad7385e022234b9b6d6c5 (patch) | |
tree | 4c83fbee0f1d87279a65738f10259dc36599b600 | |
parent | 368750924aeeecab21e79babb26dc4cc83389a3c (diff) | |
download | Cowlection-f856df9375b2e0d8230ad7385e022234b9b6d6c5.tar.gz Cowlection-f856df9375b2e0d8230ad7385e022234b9b6d6c5.tar.bz2 Cowlection-f856df9375b2e0d8230ad7385e022234b9b6d6c5.zip |
Bumped version to 1.8.9-0.15.0
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | gradle.properties | 3 | ||||
-rw-r--r-- | update.json | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 789c00a..c652aef 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.15.0] - unreleased +## [1.8.9-0.15.0] - 23.10.2022 ### Added @@ -400,7 +400,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.15.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.14.0...master +[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 [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 diff --git a/gradle.properties b/gradle.properties index a83723f..0cd6445 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,7 @@ mod_name=Cowlection group_package=de.cowtipper.cowlection -mod_version=0.14.0 +mod_version=0.15.0 git_url=https://github.com/cow-mc/Cowlection/ - mc_version=1.8.9 forge_version=11.15.1.2318-1.8.9 mappings_version=stable_22 diff --git a/update.json b/update.json index dad6b53..4337f70 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.14.0": "https://github.com/cow-mc/Cowlection/blob/master/CHANGELOG.md" + "1.8.9-0.15.0": "https://github.com/cow-mc/Cowlection/blob/master/CHANGELOG.md" }, "promos": { - "1.8.9-latest": "1.8.9-0.14.0", - "1.8.9-recommended": "1.8.9-0.14.0" + "1.8.9-latest": "1.8.9-0.15.0", + "1.8.9-recommended": "1.8.9-0.15.0" } } |