Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DevNatan authored Apr 18, 2024
1 parent 2f96373 commit 81e958f
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.4.0")
implementation("me.devnatan:yoki:0.5.0")
}
```

For JVM users, use the Yoki JVM artifact

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

## Basic Usage
Expand Down

0 comments on commit 81e958f

Please sign in to comment.