Skip to content

Commit 783ebe9

Browse files
committed
update to 1.8.5
1 parent 0148fae commit 783ebe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
// Fabric API. This is technically optional, but you probably want it anyway.
4444
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
4545

46-
modImplementation include("com.github.Coflnet:CoflSkyCore:7f0caa7519")
46+
modImplementation include("com.github.Coflnet:CoflSkyCore:e088557e2b")
4747
modImplementation include("org.greenrobot:eventbus-java:3.3.1")
4848
modImplementation include("org.java-websocket:Java-WebSocket:1.5.2")
4949
modImplementation include("com.google.code.gson:gson:2.10.1")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ loom_version=1.14-SNAPSHOT
1414
fabric_version=0.141.1+1.21.11
1515

1616
# Mod Properties
17-
mod_version=1.8.4
17+
mod_version=1.8.5
1818
maven_group=com.coflnet
1919
archives_base_name=SkyCofl

0 commit comments

Comments
 (0)