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 b7514d9 commit 0e275d6Copy full SHA for 0e275d6
CHANGELOG.md
@@ -1,6 +1,5 @@
1
-# v0.3.0
+# v0.3.2
2
3
## What's Changed
4
5
-- optimize memory usage
6
-- add parse json5 token
+- fix: Json5LooseDecoder readLooseString
json5/build.gradle.kts
@@ -47,7 +47,7 @@ kotlin {
47
mavenPublishing {
48
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
49
signAllPublications()
50
- coordinates("li.songe", "json5", "0.3.1")
+ coordinates("li.songe", "json5", "0.3.2")
51
52
val repoUrl = "https://github.com/lisonge/kotlin-json5"
53
pom {
0 commit comments