Skip to content

Commit

Permalink
🎉 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Oct 15, 2020
1 parent 1412717 commit ee1401c
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

```kotlin
dependencies {
implementation("io.fluidsonic.meta:fluid-meta:0.10.2")
implementation("io.fluidsonic.meta:fluid-meta:0.11.0")
}
```

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.1.11"
}

fluidLibrary(name = "meta", version = "0.10.2")
fluidLibrary(name = "meta", version = "0.11.0")

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

0 comments on commit ee1401c

Please sign in to comment.