aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCow <cow@volloeko.de>2020-07-20 01:17:13 +0200
committerCow <cow@volloeko.de>2020-07-20 01:17:13 +0200
commitff96104725deaacd51d44c886e8402c0bb0b99d3 (patch)
treea08d50e6c55b8b9d89f258fd72590ebcbbccad41
parentfb12a4a5cd257c78ea802107babc2a3dff9ef927 (diff)
downloadCowlection-ff96104725deaacd51d44c886e8402c0bb0b99d3.tar.gz
Cowlection-ff96104725deaacd51d44c886e8402c0bb0b99d3.tar.bz2
Cowlection-ff96104725deaacd51d44c886e8402c0bb0b99d3.zip
Bumped version to 1.8.9-0.8.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--gradle.properties2
-rw-r--r--update.json6
3 files changed, 7 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 23a9ce4..300721e 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.8.0] - unreleased
+## [1.8.9-0.8.0] - 20.07.2020
### Added
- Copy inventories to clipboard as JSON with <kbd>CTRL</kbd> + <kbd>C</kbd>
- Dungeon update (part 1)
@@ -16,7 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- Replaced `/moo nameChangeCheck` with `/moo nameChangeCheck <playerName>`
- - Instead of triggering a manual check for name changes of *all* best friends, you can now only trigger a manualy check for a single name
+ - Instead of triggering a manual check for name changes of *all* best friends, you can now only trigger a manual check for a single name
### Fixed
- Various smaller command fixed (including error messages, handling of invalid arguments, ...)
@@ -105,7 +105,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.8.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.7.1...master
+[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
[1.8.9-0.7.1]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.7.0...v1.8.9-0.7.1
[1.8.9-0.7.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.6.0...v1.8.9-0.7.0
[1.8.9-0.6.0]: https://github.com/cow-mc/Cowlection/compare/v1.8.9-0.5.0...v1.8.9-0.6.0
diff --git a/gradle.properties b/gradle.properties
index 0f3a4e9..b65a046 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
mod_name=Cowlection
group_package=eu.olli.cowlection
-mod_version=0.7.1
+mod_version=0.8.0
git_url=https://github.com/cow-mc/Cowlection/
mc_version=1.8.9
diff --git a/update.json b/update.json
index 4e1ff61..f1c1226 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.7.1": "https://github.com/cow-mc/Cowlection/blob/master/CHANGELOG.md"
+ "1.8.9-0.8.0": "https://github.com/cow-mc/Cowlection/blob/master/CHANGELOG.md"
},
"promos": {
- "1.8.9-latest": "1.8.9-0.7.1",
- "1.8.9-recommended": "1.8.9-0.7.1"
+ "1.8.9-latest": "1.8.9-0.8.0",
+ "1.8.9-recommended": "1.8.9-0.8.0"
}
}