From ffeb7a56789996b57f9bd1b89db24460f302bfe8 Mon Sep 17 00:00:00 2001 From: byteful Date: Sun, 28 Aug 2022 22:16:25 -0500 Subject: [PATCH] Bump version to 1.3.0 --- build.gradle | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 52000b3..6831e01 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id 'idea' id 'maven-publish' - id "com.github.johnrengelman.shadow" version "7.1.0" + id "com.github.johnrengelman.shadow" version "7.1.2" } repositories { @@ -37,7 +37,7 @@ repositories { dependencies { implementation 'de.tr7zw:item-nbt-api:2.9.2' implementation 'com.github.Redempt:RedLib:6.5.2' - implementation 'com.github.cryptomorin:XSeries:8.8.0' + implementation 'com.github.cryptomorin:XSeries:9.0.0' implementation 'co.aikar:acf-paper:0.5.1-SNAPSHOT' compileOnly 'org.spigotmc:spigot-api:1.14.4-R0.1-SNAPSHOT' @@ -46,7 +46,7 @@ dependencies { } group = 'me.byteful.plugin' -version = '1.2.8' +version = '1.3.0' description = 'LevelTools' java.sourceCompatibility = JavaVersion.VERSION_1_8 @@ -54,7 +54,6 @@ publishing { publications { maven(MavenPublication) { from(components.java) - artifact shadowJar } } }