Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DevNatan committed May 19, 2024
1 parent 3ec8920 commit f70ba66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ repositories {
}

dependencies {
implementation("me.devnatan:yoki:0.5.0")
implementation("me.devnatan:yoki:0.6.0")
}
```

For JVM users, use the Yoki JVM artifact

```groovy
implementation 'me.devnatan:yoki-jvm:0.5.0'
implementation 'me.devnatan:yoki-jvm:0.6.0'
```

## Basic Usage
Expand Down

0 comments on commit f70ba66

Please sign in to comment.