Skip to content

Commit

Permalink
🎉 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Jun 24, 2023
1 parent f3a389e commit f2e20b6
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 @@ -24,7 +24,7 @@ Installation

```kotlin
dependencies {
implementation("io.fluidsonic.dataloader:fluid-dataloader:0.1.0")
implementation("io.fluidsonic.dataloader:fluid-dataloader:0.2.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.3.1"
}

fluidLibrary(name = "dataloader", version = "0.1.0")
fluidLibrary(name = "dataloader", version = "0.2.0")

fluidLibraryModule(description = "Kotlin version of Facebook's DataLoader library using coroutines") {
language {
Expand Down

0 comments on commit f2e20b6

Please sign in to comment.