diff --git a/README.md b/README.md index b6e8d5e..5e4399d 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ plugins { } dependencies { - kapt("com.github.fluidsonic:fluid-json-annotation-processor:0.9.13") - implementation("com.github.fluidsonic:fluid-json-coding-jdk8:0.9.13") + kapt("com.github.fluidsonic:fluid-json-annotation-processor:0.9.14") + implementation("com.github.fluidsonic:fluid-json-coding-jdk8:0.9.14") } ``` @@ -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.13") + implementation("com.github.fluidsonic:fluid-json-ktor-client:0.9.14") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 596dcce..9b2bb0e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { fluidLibrary { name = "fluid-json" - version = "0.9.13" + version = "0.9.14" }