Skip to content

Commit 0cd1040

Browse files
authored
Version 1.01.002
1 parent 0fbf695 commit 0cd1040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publishing {
1010
register("mavenJava", MavenPublication::class) {
1111
groupId = "com.idayrus.layout.swan"
1212
artifactId = "SwanLayout"
13-
version = "1.01.001"
13+
version = "1.01.002"
1414
from(components["java"])
1515
}
1616
}
@@ -42,4 +42,4 @@ tasks.dokkaHtml.configure {
4242
jdkVersion.set(8)
4343
}
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)