diff --git a/README.md b/README.md index a1f02cb..a8f180b 100644 --- a/README.md +++ b/README.md @@ -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") } ``` @@ -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") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index c954c3a..52bf09e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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")