diff --git a/build.gradle b/build.gradle index 04b59a8..ae72aab 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ dependencies { //Discord Bridge shadow implementation("net.dv8tion:JDA:5.0.0-beta.20") { exclude module: 'opus-java' } - shadow implementation("io.javalin:javalin:6.0.0") + shadow implementation("io.javalin:javalin:6.0.1") //Apache Compress shadow implementation("org.apache.commons:commons-compress:1.25.0") diff --git a/gradle.properties b/gradle.properties index a59f863..e31110e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ loader_version=0.15.6 fabric_version=0.95.4+1.20.4 # Mod Properties -mod_version=1.0.8b2-1.20.4 +mod_version=1.0.8b3-1.20.4 maven_group=net.kyrptonaught archives_base_name=ServerUtils diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e822f5d..312a9b8 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "serverutils", - "version": "1.0.8b2-1.20.4", + "version": "1.0.8b3-1.20.4", "name": "Server Utils", "description": "A group of utilities for servers", "authors": [