Skip to content

Commit 9fb838b

Browse files
authored
Release v1.1.2
1 parent cebb116 commit 9fb838b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/multification-publish.gradle.kts

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

66
group = "com.eternalcode"
7-
version = "1.1.1"
7+
version = "1.1.2"
88

99
java {
1010
withSourcesJar()
@@ -34,4 +34,4 @@ publishing {
3434
from(components["java"])
3535
}
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)