Skip to content

Commit

Permalink
0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Feb 9, 2019
1 parent e97bafb commit 50a5076
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:0.9.2")
implementation("com.github.fluidsonic:fluid-meta:0.9.3")
}
```

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.2"
version = "0.9.3"
}

fluidLibraryVariant {
Expand Down

0 comments on commit 50a5076

Please sign in to comment.