diff --git a/README.md b/README.md index 527c382..aa6347e 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.5.9 + 1.6.0 ``` @@ -32,7 +32,7 @@ maven { url "https://repo.dreamcode.cc/releases" } ``` ```groovy -implementation "cc.dreamcode.notice:{platform}:1.5.9" +implementation "cc.dreamcode.notice:{platform}:1.6.0" ``` ## Note diff --git a/build.gradle.kts b/build.gradle.kts index b62cb2d..c63d47b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { allprojects { group = "cc.dreamcode.notice" - version = "1.5.9" + version = "1.6.0" apply(plugin = "java-library") apply(plugin = "maven-publish")