Skip to content

Commit

Permalink
🎉 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Oct 15, 2019
1 parent 7a5b7d6 commit 6c10f9c
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 @@ -18,7 +18,7 @@ Installation
`build.gradle.kts`:
```kotlin
dependencies {
implementation("com.github.fluidsonic:fluid-mongo:0.9.9")
implementation("com.github.fluidsonic:fluid-mongo:0.9.10")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

fluidJvmLibrary {
name = "fluid-mongo"
version = "0.9.9"
version = "0.9.10"
}

fluidJvmLibraryVariant {
Expand Down

0 comments on commit 6c10f9c

Please sign in to comment.