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 d8f153e commit 3327b44Copy full SHA for 3327b44
roundcheckbox/build.gradle.kts
@@ -62,7 +62,7 @@ publishing {
62
register<MavenPublication>("release") {
63
groupId = "com.github.kosher9"
64
artifactId = "Compose-Round-CheckBox"
65
- version = "0.1.2"
+ version = "1.0.0"
66
67
afterEvaluate {
68
from(components["release"])
0 commit comments