From be30832f74438f6ffdc3bdd9511572a3e54b73e7 Mon Sep 17 00:00:00 2001 From: NONPLAYT <76615486+NONPLAYT@users.noreply.github.com> Date: Wed, 26 Mar 2025 21:39:05 +0300 Subject: [PATCH] init 1.21.5 update --- .github/workflows/{build.yml => build-1215.yml} | 2 +- README.md | 6 +++--- gradle.properties | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) rename .github/workflows/{build.yml => build-1215.yml} (98%) diff --git a/.github/workflows/build.yml b/.github/workflows/build-1215.yml similarity index 98% rename from .github/workflows/build.yml rename to .github/workflows/build-1215.yml index 81c67ec..a6ba67e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build-1215.yml @@ -1,4 +1,4 @@ -name: DivineMC CI +name: Build DivineMC 1.21.5 on: push: diff --git a/README.md b/README.md index 75b5435..584448c 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ For anything else you can refer to our [contribution guide](https://bxteam.org/d org.bxteam.divinemc divinemc-api - 1.21.4-R0.1-SNAPSHOT + 1.21.5-R0.1-SNAPSHOT provided ``` @@ -70,11 +70,11 @@ repositories { ``` ```kotlin dependencies { - compileOnly("org.bxteam.divinemc:divinemc-api:1.21.4-R0.1-SNAPSHOT") + compileOnly("org.bxteam.divinemc:divinemc-api:1.21.5-R0.1-SNAPSHOT") } ``` -We also have a [Javadoc](https://repo.bxteam.org/javadoc/snapshots/org/bxteam/divinemc/divinemc-api/1.21.4-R0.1-SNAPSHOT/raw/index.html) for the API. +We also have a [Javadoc](https://repo.bxteam.org/javadoc/snapshots/org/bxteam/divinemc/divinemc-api/1.21.5-R0.1-SNAPSHOT/raw/index.html) for the API. ## ⚖️ License DivineMC is licensed under the GNU General Public License v3.0. You can find the license [here](LICENSE). diff --git a/gradle.properties b/gradle.properties index ef3caaa..04cdb81 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ group = org.bxteam.divinemc -version=1.21.4-R0.1-SNAPSHOT +version=1.21.5-R0.1-SNAPSHOT -mcVersion=1.21.4 -purpurRef=75efb975cea26d5bbc9f9850c5e85714ca9d9f5a -experimental=false +mcVersion=1.21.5 +purpurRef=f1e732aa3a02167f8eef3ba5c440000453e175d1 +experimental=true org.gradle.configuration-cache=true org.gradle.caching = true