From b6c5971409f253ce715bb0ce7bea1a2fa03f2b15 Mon Sep 17 00:00:00 2001 From: Ravis96 Date: Sat, 5 Oct 2024 20:19:28 +0200 Subject: [PATCH] Release 1.6.0 --- README.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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")