Skip to content

Commit a1a352b

Browse files
Merge pull request #236 from lightsparkdev/release/core-v0.6.1
Merge release/core-v0.6.1 into develop
2 parents d25b3b4 + b81bf8d commit a1a352b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GROUP=com.lightspark
22
POM_ARTIFACT_ID=lightspark-core
33
# Don't bump this manually. Run `scripts/versions.main.kt <new_version>` to bump the version instead.
4-
VERSION_NAME=0.6.0
4+
VERSION_NAME=0.6.1
55

66
POM_DESCRIPTION=The Lightspark shared utilities library for Kotlin and Java.
77
POM_INCEPTION_YEAR=2023

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ kotlinxDateTime = "0.4.0"
1919
kotlinSerializationJson = "1.4.1"
2020
ktlint = "11.3.1"
2121
ktor = "2.3.7"
22-
lightsparkCore = "0.6.0"
22+
lightsparkCore = "0.6.1"
2323
lightsparkCrypto = "0.6.0"
2424
uma = "1.5.0"
2525
mavenPublish = "0.32.0"

0 commit comments

Comments
 (0)