Skip to content

Commit 050e14a

Browse files
committed
upgrade to 0.3.8
1 parent 8ffef3c commit 050e14a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,14 @@ task sourcesJar(type: Jar, dependsOn: classes) {
8181
}
8282

8383
shadowJar {
84+
archiveName = "shadow-unmapped.jar"
8485
configurations = [project.configurations.shadow]
8586
exclude("com/google/")
8687
}
8788

8889
remapJar {
8990
input.set(shadowJar.archiveFile)
91+
archiveName = "JexClient.jar"
9092
}
9193

9294
jar {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ loader_version=0.11.6
1010
fabric_version=0.36.1+1.17
1111

1212
# Mod Properties
13-
mod_version=0.3.7
13+
mod_version=0.3.8
1414
maven_group=net.fabricmc
1515
archives_base_name=jex-client
1616
build_version=main@abcdefg

0 commit comments

Comments
 (0)