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 fecd719 commit 20b34abCopy full SHA for 20b34ab
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.0.00"
+ version = "1.1.00"
14
from(components["java"])
15
}
16
0 commit comments