From 51827062f90bf5b3e76b0c8c568c0382b0d07255 Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Fri, 5 Jan 2024 17:33:05 +0100 Subject: [PATCH] Rollback major bump --- build.gradle | 1 - changelog.md | 2 +- gradle.properties | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 2cbe219d..1cf1c168 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,4 @@ plugins { - id 'maven-publish' alias libs.plugins.quilt.loom alias libs.plugins.chenille } diff --git a/changelog.md b/changelog.md index df9652b2..5f605472 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,5 @@ ------------------------------------------------------ -Effective 3.0.0 - 1.20.1 +Effective 2.2.0 - 1.20.1 ------------------------------------------------------ Brought to you on 1.20.1 by the combined efforts of SzczurekYT and Motschen (big thanks to them !) diff --git a/gradle.properties b/gradle.properties index a4a6e2d1..f58b73c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx4G org.gradle.parallel = true # Mod Properties -version = 3.0.0 +version = 2.2.0 maven_group = org.ladysnake archives_base_name = effective