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 0726afc commit ac9ee70Copy full SHA for ac9ee70
gallery-picker/build.gradle.kts
@@ -50,7 +50,7 @@ publishing {
50
register<MavenPublication>("release") {
51
groupId = "run.nabla"
52
artifactId = "gallery-picker"
53
- version = "1.4.3"
+ version = "1.4.4"
54
afterEvaluate {
55
from(components["release"])
56
}
0 commit comments