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 8789bf4 commit 3fb9176Copy full SHA for 3fb9176
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-# v0.3.4
+# v0.3.5
2
3
## What's Changed
4
5
-- perf: loose token to Json5Token.Property
+- perf: change compiler target to java11/kotlin2.0
json5/build.gradle.kts
@@ -67,7 +67,7 @@ kotlin {
67
mavenPublishing {
68
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
69
signAllPublications()
70
- coordinates("li.songe", "json5", "0.3.4")
+ coordinates("li.songe", "json5", "0.3.5")
71
72
val repoUrl = "https://github.com/lisonge/kotlin-json5"
73
pom {
0 commit comments