Skip to content

Commit 62976ce

Browse files
committed
chore: v0.2.0
1 parent 29ec8fe commit 62976ce

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
@@ -7,7 +7,7 @@ its principle is to convert a JSON5 string into a valid JsonElement object, whic
77
## Usage
88

99
```kotlin
10-
implementation("li.songe:json5:0.0.1")
10+
implementation("li.songe:json5:0.2.0")
1111
```
1212

1313
## Decode

json5/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kotlin {
2626

2727
mavenPublishing {
2828
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
29-
coordinates("li.songe", "json5", "0.0.1")
29+
coordinates("li.songe", "json5", "0.2.0")
3030

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

0 commit comments

Comments
 (0)