From 57c47985b7fa5fa1393f50f386a4a7a9eff1cbf8 Mon Sep 17 00:00:00 2001 From: Ravis96 Date: Sat, 5 Oct 2024 19:58:03 +0200 Subject: [PATCH] Release 1.5.9 --- README.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 986c9e5..527c382 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.8 + 1.5.9 ``` @@ -32,7 +32,7 @@ maven { url "https://repo.dreamcode.cc/releases" } ``` ```groovy -implementation "cc.dreamcode.notice:{platform}:1.5.8" +implementation "cc.dreamcode.notice:{platform}:1.5.9" ``` ## Note diff --git a/build.gradle.kts b/build.gradle.kts index 971f1c6..b62cb2d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { allprojects { group = "cc.dreamcode.notice" - version = "1.5.8" + version = "1.5.9" apply(plugin = "java-library") apply(plugin = "maven-publish")