From f856df9375b2e0d8230ad7385e022234b9b6d6c5 Mon Sep 17 00:00:00 2001 From: Cow Date: Sun, 23 Oct 2022 17:53:38 +0200 Subject: Bumped version to 1.8.9-0.15.0 --- CHANGELOG.md | 4 ++-- gradle.properties | 3 +-- 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 ESC > 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" } } -- cgit