Skip to content

Commit 3fb9176

Browse files
committed
chore: v0.3.5
1 parent 8789bf4 commit 3fb9176

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.4
1+
# v0.3.5
22

33
## What's Changed
44

5-
- perf: loose token to Json5Token.Property
5+
- perf: change compiler target to java11/kotlin2.0

json5/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ kotlin {
6767
mavenPublishing {
6868
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
6969
signAllPublications()
70-
coordinates("li.songe", "json5", "0.3.4")
70+
coordinates("li.songe", "json5", "0.3.5")
7171

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

0 commit comments

Comments
 (0)