Skip to content

Commit 77eb84a

Browse files
committed
chore: v0.3.1
1 parent 328b740 commit 77eb84a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin multiplatform json5 for [kotlinx.serialization](https://github.com/Kotlin
55
## Usage
66

77
```kotlin
8-
implementation("li.songe:json5:0.3.0")
8+
implementation("li.songe:json5:0.3.1")
99
```
1010

1111
## Decode

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.0")
50+
coordinates("li.songe", "json5", "0.3.1")
5151

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

0 commit comments

Comments
 (0)