Skip to content

Commit

Permalink
Remove specific version from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stashymane authored Apr 16, 2021
1 parent f4fb836 commit 5da67f4
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 @@ -15,13 +15,13 @@ Wrapper library for receiving and manipulating MIDI events.
Gradle Kotlin

```kotlin
implementation("dev.stashy.midifunk", "midifunk", "0.3.0")
implementation("dev.stashy.midifunk", "midifunk", "x.x.x")
```

Gradle

```groovy
implementation group: 'dev.stashy.midifunk', name: 'midifunk', version: '0.3.0'
implementation group: 'dev.stashy.midifunk', name: 'midifunk', version: 'x.x.x'
```

## Examples
Expand Down

0 comments on commit 5da67f4

Please sign in to comment.