From 5e64eff35e70514631a37e217843612f5d509e0b Mon Sep 17 00:00:00 2001 From: srnyx <25808801+srnyx@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:34:46 -0400 Subject: [PATCH] Bump version (1.1.0 -> 2.0.0) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1d0503a..f29db24 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { id("com.gradleup.shadow") version "8.3.3" } -setupJava("xyz.srnyx", "1.1.0", "General Java utility library for srnyx's projects", JavaVersion.VERSION_1_8) +setupJava("xyz.srnyx", "2.0.0", "General Java utility library for srnyx's projects", JavaVersion.VERSION_1_8) repositories.mavenCentral() dependencies {