Skip to content

Commit

Permalink
🎉 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Feb 1, 2022
1 parent 779a71c commit 18d2dfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ plugins {
}

dependencies {
kapt("io.fluidsonic.json:fluid-json-annotation-processor:1.2.1")
implementation("io.fluidsonic.json:fluid-json-coding-jdk8:1.2.1")
kapt("io.fluidsonic.json:fluid-json-annotation-processor:1.3.0")
implementation("io.fluidsonic.json:fluid-json-coding-jdk8:1.3.0")
}
```

Expand Down Expand Up @@ -584,7 +584,7 @@ You can use this library with [`JsonFeature`](https://ktor.io/clients/http-clien

```kotlin
dependencies {
implementation("io.fluidsonic.json:fluid-json-ktor-client:1.2.1")
implementation("io.fluidsonic.json:fluid-json-ktor-client:1.3.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins {
id("io.fluidsonic.gradle") version "1.1.25"
}

fluidLibrary(name = "json", version = "1.2.1")
fluidLibrary(name = "json", version = "1.3.0")

0 comments on commit 18d2dfb

Please sign in to comment.