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 96b91db commit 4c0545aCopy full SHA for 4c0545a
1 file changed
library/build.gradle.kts
@@ -15,7 +15,7 @@ val LibraryName = "Compose Uri Painter"
15
val LibraryDescription = "A painter for Compose Multiplatform that loads images via a Uri."
16
val publishGroupId = "com.composables"
17
val publishArtifactId = "compose-uri-painter"
18
-val publishVersion = "1.0.0"
+val publishVersion = "1.0.2"
19
20
val githubUrl = "github.com/composablehorizons/$publishArtifactId"
21
0 commit comments