Skip to content

Commit 24eb612

Browse files
updated the minecraft to the latest build and published to sonatype
1 parent 8a84372 commit 24eb612

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ project.plugins.withType(MavenPublishPlugin).all {
122122
}
123123
}
124124

125-
//exec {
126-
// commandLine "echo", "##[set-output name=version;]${project.version}";
127-
//}
125+
exec {
126+
commandLine "echo", "##[set-output name=version;]${project.version}";
127+
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ loader_version=0.14.21
1212
#Fabric api
1313
fabric_version=0.82.0+1.19.4
1414
# Mod Properties
15-
mod_version=1.19.4-1.0.0
15+
mod_version=1.19.4-1.0.1
1616
maven_group=io.github.codecraftplugin
1717
archives_base_name=registry-lib

0 commit comments

Comments
 (0)