Skip to content

Commit b4213ea

Browse files
committed
mcl: release 1.0.4
1 parent eaacab8 commit b4213ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'org.itxtech'
6-
version '1.0.3'
6+
version '1.0.4'
77

88
repositories {
99
mavenCentral()
@@ -18,7 +18,7 @@ dependencies {
1818
jar {
1919
manifest {
2020
attributes "Main-Class": "org.itxtech.mcl.Loader"
21-
attributes "Version": version + "-" + "git rev-parse --short HEAD".execute().text.trim()
21+
attributes "Version": project.version + "-" + "git rev-parse --short HEAD".execute().text.trim()
2222
}
2323

2424
from {

0 commit comments

Comments
 (0)