Skip to content

Commit

Permalink
🎉 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Feb 5, 2019
1 parent 1ffcee5 commit e9458d0
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 @@ in the group `com.github.fluidsonic`.
`build.gradle.kts`:
```kotlin
dependencies {
implementation("com.github.fluidsonic:fluid-meta:0.9.1")
implementation("com.github.fluidsonic:fluid-meta:0.9.2")
}
```

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 {

fluidLibrary {
name = "fluid-meta"
version = "0.9.1"
version = "0.9.2"
}

fluidLibraryVariant {
Expand Down

0 comments on commit e9458d0

Please sign in to comment.