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