diff --git a/changelogs/templates/2.2.3.md b/changelogs/templates/2.2.3.md new file mode 100644 index 000000000..56526bb50 --- /dev/null +++ b/changelogs/templates/2.2.3.md @@ -0,0 +1,11 @@ +# Before you upgrade to Nucleus 2 from Nucleus 1.x + +[Please read the Nucleus 2.0.1 release notes before upgrading.](https://ore.spongepowered.org/Nucleus/Nucleus/versions/2.0.1) + +If you need help to decide which version of Nucleus to use, [please visit our guide on how to choose](https://v2.nucleuspowered.org/docs/howto/version-choice.html). + +For the things YOU need to do as a server owner, [please visit our instructions on how to upgrade](https://v2.nucleuspowered.org/docs/howto/migrate.html). + +# Bug Fixes + +* Fix `/mute` and `/unmute` commands clashing. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index f53507fe8..88e25fe99 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ spongeApiVersion = 7.3.0 nucleusVersion = 2.2.3 # Use RELEASE for a release verison -nucleusVersionSuffix = SNAPSHOT +nucleusVersionSuffix = RELEASE minecraftversion = 1.12.2 # Maven