diff --git a/README.md b/README.md index 168d893..c437bdd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Simple notice library with placeholders and mini-messages support. cc.dreamcode.notice {platform} - 1.6.4 + 1.6.5 ``` @@ -32,7 +32,7 @@ maven { url "https://repo.dreamcode.cc/releases" } ``` ```groovy -implementation "cc.dreamcode.notice:{platform}:1.6.4" +implementation "cc.dreamcode.notice:{platform}:1.6.5" ``` ## Note @@ -41,4 +41,4 @@ If you need mini-message support, you need to implement dream-utilities versions For example `cc.dreamcode:utilities-bukkit-adventure:newer-version` -Or use module with -adventure suffix, `cc.dreamcode.notice:platform-adventure:1.6.4` for better support. (use only core and adventure module) \ No newline at end of file +Or use module with -adventure suffix, `cc.dreamcode.notice:platform-adventure:1.6.5` for better support. (use only core and adventure module) \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 4c6c9f3..4b82973 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { allprojects { group = "cc.dreamcode.notice" - version = "1.6.4" + version = "1.6.5" apply(plugin = "java-library") apply(plugin = "maven-publish")