Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
Update dependencies.
  • Loading branch information
kyrptonaught committed Sep 19, 2023
1 parent 30e5920 commit 21393f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
shadow implementation("net.dv8tion:JDA:5.0.0-beta.13") { exclude module: 'opus-java' }

//Apache Compress
shadow implementation("org.apache.commons:commons-compress:1.23.0")
shadow implementation("org.apache.commons:commons-compress:1.24.0")
}

loom {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ yarn_mappings=1.20.1+build.10
loader_version=0.14.22

#Fabric api
fabric_version=0.87.0+1.20.1
fabric_version=0.89.0+1.20.1

# Mod Properties
mod_version=1.0.6b47-1.20.1
mod_version=1.0.6b48-1.20.1
maven_group=net.kyrptonaught
archives_base_name=ServerUtils

2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "serverutils",
"version": "1.0.6b47-1.20.1",
"version": "1.0.6b48-1.20.1",
"name": "Server Utils",
"description": "A group of utilities for servers",
"authors": [
Expand Down

0 comments on commit 21393f8

Please sign in to comment.