Skip to content

Commit

Permalink
🎉 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Jul 29, 2020
1 parent a0c27ff commit 8805010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.meta:fluid-meta:0.10.0")
implementation("io.fluidsonic.meta:fluid-meta:0.10.1")
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import io.fluidsonic.gradle.*

plugins {
id("io.fluidsonic.gradle") version "1.1.0"
id("io.fluidsonic.gradle") version "1.1.2"
}

fluidLibrary(name = "meta", version = "0.10.0")
fluidLibrary(name = "meta", version = "0.10.1")

fluidLibraryModule(description = "Converts Kotlin metadata into an easily usable data model") {
publishSingleTargetAsModule()
Expand Down

0 comments on commit 8805010

Please sign in to comment.