Skip to content

Commit f937153

Browse files
committed
chore: v0.3.6
1 parent fae2587 commit f937153

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# v0.3.5
1+
# v0.3.6
22

33
## What's Changed
44

5-
- perf: change compiler target to java11/kotlin2.0
5+
- perf: encodeToString by stack

json5/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ kotlin {
6666
mavenPublishing {
6767
publishToMavenCentral()
6868
signAllPublications()
69-
coordinates("li.songe", "json5", "0.3.5")
69+
coordinates("li.songe", "json5", "0.3.6")
7070

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

0 commit comments

Comments
 (0)