From 86332a744c13c4dbc735fa6ce32d042068b49567 Mon Sep 17 00:00:00 2001 From: Ravis96 Date: Sun, 6 Oct 2024 16:29:25 +0200 Subject: [PATCH] Release 1.4.8 --- README.md | 8 ++++---- build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 52cffbf..677c1c7 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ maven { url "https://repo.dreamcode.cc/releases" } cc.dreamcode utilities - 1.4.7 + 1.4.8 ``` ```groovy -implementation "cc.dreamcode:utilities:1.4.7" +implementation "cc.dreamcode:utilities:1.4.8" ``` ### Supported platforms: @@ -35,11 +35,11 @@ implementation "cc.dreamcode:utilities:1.4.7" cc.dreamcode utilities-{platform} - 1.4.7 + 1.4.8 ``` ```groovy -implementation "cc.dreamcode:utilities-{platform}:1.4.7" +implementation "cc.dreamcode:utilities-{platform}:1.4.8" ``` For utilities content, open project modules and see the contents of the classes. diff --git a/build.gradle.kts b/build.gradle.kts index 764ef7c..c8408e2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { allprojects { group = "cc.dreamcode" - version = "1.4.7" + version = "1.4.8" apply(plugin = "java-library") apply(plugin = "maven-publish")