diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1a9992d..ef7b86d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.0.0+1.19.4","minecord-api":"2.0.0+1.19.4","minecord-chat":"2.0.0+1.19.4","minecord-cmds":"2.0.0+1.19.4","minecord-presence":"2.0.0+1.19.4"} +{".":"2.0.0+1.20","minecord-api":"2.0.0+1.20","minecord-chat":"2.0.0+1.20","minecord-cmds":"2.0.0+1.20","minecord-presence":"2.0.0+1.20"} diff --git a/CHANGELOG.md b/CHANGELOG.md index bc25b67..89db09e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0+1.20](https://github.com/axieum/minecord/compare/v2.0.0+1.19.4...v2.0.0+1.20) (2023-06-08) + + +### deps + +* upgrade to Minecraft 1.20 ([#73](https://github.com/axieum/minecord/issues/73)) ([3b392eb](https://github.com/axieum/minecord/commit/3b392eb8d7776ab3cc0384b62c1aeb50c90308a9)) + ## [2.0.0+1.19.4](https://github.com/axieum/minecord/compare/v1.1.0-beta.3...v2.0.0+1.19.4) (2023-06-08) diff --git a/gradle.properties b/gradle.properties index 111bd49..b01a06f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ mod_id = minecord mod_name = Minecord mod_description = Bring your Minecraft world into your Discord guild ## {x-release-please-start-version} -mod_version = 2.0.0+1.19.4 +mod_version = 2.0.0+1.20 ## {x-release-please-end} # Fabric diff --git a/minecord-api/CHANGELOG.md b/minecord-api/CHANGELOG.md index c4a63f4..5bcf8fe 100644 --- a/minecord-api/CHANGELOG.md +++ b/minecord-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0+1.20](https://github.com/axieum/minecord/compare/api-v2.0.0+1.19.4...api-v2.0.0+1.20) (2023-06-08) + + +### deps + +* upgrade to Minecraft 1.20 ([#73](https://github.com/axieum/minecord/issues/73)) ([3b392eb](https://github.com/axieum/minecord/commit/3b392eb8d7776ab3cc0384b62c1aeb50c90308a9)) + ## [2.0.0+1.19.4](https://github.com/axieum/minecord/compare/api-v1.1.0-beta.3...api-v2.0.0+1.19.4) (2023-06-08) diff --git a/minecord-api/gradle.properties b/minecord-api/gradle.properties index 0e957ab..955f871 100644 --- a/minecord-api/gradle.properties +++ b/minecord-api/gradle.properties @@ -3,7 +3,7 @@ mod_id = minecord-api mod_name = Minecord API mod_description = Equips developers with the tools necessary to integrate their mods with Discord ## {x-release-please-start-version} -mod_version = 2.0.0+1.19.4 +mod_version = 2.0.0+1.20 ## {x-release-please-end} # Dependencies diff --git a/minecord-chat/CHANGELOG.md b/minecord-chat/CHANGELOG.md index 0b11417..b8df3de 100644 --- a/minecord-chat/CHANGELOG.md +++ b/minecord-chat/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0+1.20](https://github.com/axieum/minecord/compare/chat-v2.0.0+1.19.4...chat-v2.0.0+1.20) (2023-06-08) + + +### deps + +* upgrade to Minecraft 1.20 ([#73](https://github.com/axieum/minecord/issues/73)) ([3b392eb](https://github.com/axieum/minecord/commit/3b392eb8d7776ab3cc0384b62c1aeb50c90308a9)) + ## [2.0.0+1.19.4](https://github.com/axieum/minecord/compare/chat-v1.1.0-beta.3...chat-v2.0.0+1.19.4) (2023-06-08) diff --git a/minecord-chat/gradle.properties b/minecord-chat/gradle.properties index aa008a9..2befb57 100644 --- a/minecord-chat/gradle.properties +++ b/minecord-chat/gradle.properties @@ -3,7 +3,7 @@ mod_id = minecord-chat mod_name = Minecord Chat mod_description = Bridges chat-related events between Minecraft and Discord ## {x-release-please-start-version} -mod_version = 2.0.0+1.19.4 +mod_version = 2.0.0+1.20 ## {x-release-please-end} # Dependencies diff --git a/minecord-cmds/CHANGELOG.md b/minecord-cmds/CHANGELOG.md index 45a11f8..84d0b5b 100644 --- a/minecord-cmds/CHANGELOG.md +++ b/minecord-cmds/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0+1.20](https://github.com/axieum/minecord/compare/cmds-v2.0.0+1.19.4...cmds-v2.0.0+1.20) (2023-06-08) + + +### deps + +* upgrade to Minecraft 1.20 ([#73](https://github.com/axieum/minecord/issues/73)) ([3b392eb](https://github.com/axieum/minecord/commit/3b392eb8d7776ab3cc0384b62c1aeb50c90308a9)) + ## [2.0.0+1.19.4](https://github.com/axieum/minecord/compare/cmds-v1.0.1-beta.3...cmds-v2.0.0+1.19.4) (2023-06-08) diff --git a/minecord-cmds/gradle.properties b/minecord-cmds/gradle.properties index 06c5919..d88544a 100644 --- a/minecord-cmds/gradle.properties +++ b/minecord-cmds/gradle.properties @@ -3,5 +3,5 @@ mod_id = minecord-cmds mod_name = Minecord Commands mod_description = Provides various commands to interact with your Minecraft server from Discord ## {x-release-please-start-version} -mod_version = 2.0.0+1.19.4 +mod_version = 2.0.0+1.20 ## {x-release-please-end} diff --git a/minecord-presence/CHANGELOG.md b/minecord-presence/CHANGELOG.md index ff2aeb4..8d7939e 100644 --- a/minecord-presence/CHANGELOG.md +++ b/minecord-presence/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0+1.20](https://github.com/axieum/minecord/compare/presence-v2.0.0+1.19.4...presence-v2.0.0+1.20) (2023-06-08) + + +### deps + +* upgrade to Minecraft 1.20 ([#73](https://github.com/axieum/minecord/issues/73)) ([3b392eb](https://github.com/axieum/minecord/commit/3b392eb8d7776ab3cc0384b62c1aeb50c90308a9)) + ## [2.0.0+1.19.4](https://github.com/axieum/minecord/compare/presence-v1.0.0-beta.3...presence-v2.0.0+1.19.4) (2023-06-08) diff --git a/minecord-presence/gradle.properties b/minecord-presence/gradle.properties index 0742e9c..5bcd100 100644 --- a/minecord-presence/gradle.properties +++ b/minecord-presence/gradle.properties @@ -3,5 +3,5 @@ mod_id = minecord-presence mod_name = Minecord Presence mod_description = Updates the bot presence in Discord to show more detailed statuses ## {x-release-please-start-version} -mod_version = 2.0.0+1.19.4 +mod_version = 2.0.0+1.20 ## {x-release-please-end}