From 42dbc8b462279edd4b59202f8f2a65bb103e943b Mon Sep 17 00:00:00 2001 From: Marc Knaup Date: Wed, 3 Apr 2019 13:34:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=200.9.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e86b99..a910efe 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ plugins { } dependencies { - kapt("com.github.fluidsonic:fluid-json-annotation-processor:0.9.17") - implementation("com.github.fluidsonic:fluid-json-coding-jdk8:0.9.17") + kapt("com.github.fluidsonic:fluid-json-annotation-processor:0.9.18") + implementation("com.github.fluidsonic:fluid-json-coding-jdk8:0.9.18") } ``` @@ -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.17") + implementation("com.github.fluidsonic:fluid-json-ktor-client:0.9.18") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index f4fe202..06dac18 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { fluidLibrary { name = "fluid-json" - version = "0.9.17" + version = "0.9.18" }