We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d25b3b4 + b81bf8d commit a1a352bCopy full SHA for a1a352b
2 files changed
core/gradle.properties
@@ -1,7 +1,7 @@
1
GROUP=com.lightspark
2
POM_ARTIFACT_ID=lightspark-core
3
# Don't bump this manually. Run `scripts/versions.main.kt <new_version>` to bump the version instead.
4
-VERSION_NAME=0.6.0
+VERSION_NAME=0.6.1
5
6
POM_DESCRIPTION=The Lightspark shared utilities library for Kotlin and Java.
7
POM_INCEPTION_YEAR=2023
gradle/libs.versions.toml
@@ -19,7 +19,7 @@ kotlinxDateTime = "0.4.0"
19
kotlinSerializationJson = "1.4.1"
20
ktlint = "11.3.1"
21
ktor = "2.3.7"
22
-lightsparkCore = "0.6.0"
+lightsparkCore = "0.6.1"
23
lightsparkCrypto = "0.6.0"
24
uma = "1.5.0"
25
mavenPublish = "0.32.0"
0 commit comments