Skip to content

Commit

Permalink
🎉 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Mar 3, 2019
1 parent 78b2f94 commit ef4d272
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 @@ -19,7 +19,7 @@ in the group `com.github.fluidsonic`.
`build.gradle.kts`:
```kotlin
dependencies {
implementation("com.github.fluidsonic:fluid-meta-jvm:0.9.4")
implementation("com.github.fluidsonic:fluid-meta-jvm:0.9.5")
}
```

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.4"
version = "0.9.5"
}

fluidLibraryVariant {
Expand Down

0 comments on commit ef4d272

Please sign in to comment.