From d79eef321524f8cd98c84711cf1f088a4b6b5a1b Mon Sep 17 00:00:00 2001 From: Marc Knaup Date: Wed, 29 Jul 2020 22:25:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ef5ffe..1ee5db7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Installation `build.gradle.kts`: ```kotlin dependencies { - implementation("io.fluidsonic.mongo:fluid-mongo:1.0.1") + implementation("io.fluidsonic.mongo:fluid-mongo:1.1.0") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 3d93e86..0562ad3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { id("io.fluidsonic.gradle") version "1.1.0" } -fluidLibrary(name = "mongo", version = "1.0.1") +fluidLibrary(name = "mongo", version = "1.1.0") fluidLibraryModule(description = "Kotlin coroutine support for MongoDB built on top of the official Reactive Streams Java Driver") { publishSingleTargetAsModule()