We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76ed42 commit 94e2f8eCopy full SHA for 94e2f8e
build.gradle.kts
@@ -10,7 +10,7 @@ publishing {
10
register("mavenJava", MavenPublication::class) {
11
groupId = "com.idayrus.layout.swan"
12
artifactId = "SwanLayout"
13
- version = "1.1.00"
+ version = "1.1.001"
14
from(components["java"])
15
}
16
0 commit comments