Skip to content

Commit 837dec6

Browse files
committed
Update to 1.15.1 and bump version to 2.3.7-pre3
1 parent f60f9b2 commit 837dec6

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ dependencies {
2525
modCompile "net.fabricmc:fabric-loader:${project.loader_version}"
2626
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
2727

28-
modCompile 'net.earthcomputer:multiconnect:1.0.1:api'
29-
include 'net.earthcomputer:multiconnect:1.0.1:api'
28+
modCompile('net.earthcomputer:multiconnect:1.1:api') {
29+
transitive = false
30+
}
31+
include('net.earthcomputer:multiconnect:1.1:api') {
32+
transitive = false
33+
}
3034
}
3135

3236
processResources {

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx1G
33

44
# Fabric Properties
55
# check these on https://fabricmc.net/use
6-
minecraft_version=1.15
7-
yarn_mappings=1.15+build.2
8-
loader_version=0.7.2+build.174
6+
minecraft_version=1.15.1
7+
yarn_mappings=1.15.1+build.6
8+
loader_version=0.7.2+build.175
99

1010
# Mod Properties
11-
mod_version = 2.3.7-pre2
11+
mod_version = 2.3.7-pre3
1212
maven_group = net.earthcomputer
1313
archives_base_name = clientcommands
1414

0 commit comments

Comments
 (0)