Skip to content

Commit 0e275d6

Browse files
committed
chore: v0.3.2
1 parent b7514d9 commit 0e275d6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# v0.3.0
1+
# v0.3.2
22

33
## What's Changed
44

5-
- optimize memory usage
6-
- add parse json5 token
5+
- fix: Json5LooseDecoder readLooseString

json5/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ kotlin {
4747
mavenPublishing {
4848
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
4949
signAllPublications()
50-
coordinates("li.songe", "json5", "0.3.1")
50+
coordinates("li.songe", "json5", "0.3.2")
5151

5252
val repoUrl = "https://github.com/lisonge/kotlin-json5"
5353
pom {

0 commit comments

Comments
 (0)