From c8bf48506395f681066cd3ce8c59906fc15e2851 Mon Sep 17 00:00:00 2001 From: Ravis96 Date: Thu, 23 May 2024 22:12:11 +0200 Subject: [PATCH] Release 1.12.2 --- README.md | 8 ++++---- build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c8e533e..5ba335f 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ maven { url "https://repo.dreamcode.cc/releases" } cc.dreamcode.platform core - 1.12.1 + 1.12.2 ``` ```groovy -implementation "cc.dreamcode.platform:core:1.12.1" +implementation "cc.dreamcode.platform:core:1.12.2" ``` ### Supported platforms: @@ -41,11 +41,11 @@ implementation "cc.dreamcode.platform:core:1.12.1" cc.dreamcode.platform {platform/common} - 1.12.1 + 1.12.2 ``` ```groovy -implementation "cc.dreamcode.platform:{platform/common}:1.12.1" +implementation "cc.dreamcode.platform:{platform/common}:1.12.2" ``` For project content, open project modules and see the contents of the classes. (todo) diff --git a/build.gradle.kts b/build.gradle.kts index e6fab33..c4c8579 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { allprojects { group = "cc.dreamcode.platform" - version = "1.12.1" + version = "1.12.2" apply(plugin = "java-library") apply(plugin = "maven-publish")