Skip to content

Commit

Permalink
🎉 1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Oct 20, 2019
1 parent b97aea0 commit f3882f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Installation
`build.gradle.kts`:
```kotlin
dependencies {
implementation("io.fluidsonic.mongo:fluid-mongo:1.0.0-beta.1")
implementation("io.fluidsonic.mongo:fluid-mongo:1.0.0-beta.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("io.fluidsonic.gradle") version "1.0.2"
}

fluidJvmLibrary(name = "mongo", version = "1.0.0-beta.1")
fluidJvmLibrary(name = "mongo", version = "1.0.0-beta.2")

fluidJvmLibraryVariant(JvmTarget.jdk8) {
description = "Kotlin coroutine support for MongoDB built on top of the official MongoDB Asynchronous Java Driver"
Expand Down

0 comments on commit f3882f8

Please sign in to comment.