Skip to content

Commit 73bec0d

Browse files
committed
Bump version to 25.0.4
1 parent 2e9e79e commit 73bec0d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

buildSrc/src/main/groovy/jvm-lib-conventions.gradle

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

77
group = "jtamaro"
8-
version = "25.0.3"
8+
version = "25.0.4"
99

1010
repositories {
1111
mavenCentral()
@@ -95,10 +95,10 @@ publishing {
9595
}
9696
}
9797
licenses {
98-
license {
99-
name = "MIT"
100-
url = "https://opensource.org/license/MIT"
101-
}
98+
license {
99+
name = "MIT"
100+
url = "https://opensource.org/license/MIT"
101+
}
102102
}
103103
scm {
104104
connection = "scm:git:git://github.com/LuCEresearchlab/jtamaro.git"

0 commit comments

Comments
 (0)