diff --git a/README.md b/README.md index 4d8ea30..4e8b182 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ plugins { } dependencies { - kapt("com.github.fluidsonic:fluid-json-annotation-processor:0.9.15") - implementation("com.github.fluidsonic:fluid-json-coding-jdk8:0.9.15") + kapt("com.github.fluidsonic:fluid-json-annotation-processor:0.9.16") + implementation("com.github.fluidsonic:fluid-json-coding-jdk8:0.9.16") } ``` @@ -599,7 +599,7 @@ You can use this library with [`JsonFeature`](https://ktor.io/clients/http-clien `build.gradle.kts`: ```kotlin dependencies { - implementation("com.github.fluidsonic:fluid-json-ktor-client:0.9.15") + implementation("com.github.fluidsonic:fluid-json-ktor-client:0.9.16") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index a70682e..0e29e2c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { fluidLibrary { name = "fluid-json" - version = "0.9.15" + version = "0.9.16" }