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 94e2f8e commit 22c356fCopy full SHA for 22c356f
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.001"
+ version = "1.01.001"
14
from(components["java"])
15
}
16
0 commit comments