Skip to content

Commit 71b6d5b

Browse files
committed
Update libxmp-java
1 parent 318b2ef commit 71b6d5b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Lavalink XM Plugin
2-
This is a plugin for [Lavalink](https://github.com/lavalink-dev/Lavalink) that adds support for various [tracker module](https://en.wikipedia.org/wiki/Module_file) formats via the [libxmp](https://github.com/libxmp/libxmp) library.
2+
This is a plugin for [Lavalink](https://github.com/lavalink-devs/Lavalink) that adds support for various [tracker module](https://en.wikipedia.org/wiki/Module_file) formats via the [libxmp](https://github.com/libxmp/libxmp) library.
33

44
## Usage
55
This plugin requires Lavalink version 3.5-rc1 or later.
@@ -29,4 +29,4 @@ plugins:
2929
Building is simple provided you have a working JDK:
3030
```sh
3131
./gradlew build
32-
```
32+
```

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "net.esmbot"
8-
version = "0.2.7"
8+
version = "0.2.8"
99

1010
lavalinkPlugin {
1111
name = "lava-xm-plugin"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ lavalink-server = "4.0.0"
66
lavalink = { id = "dev.arbjerg.lavalink.gradle-plugin", version = "1.0.10" }
77

88
[libraries]
9-
libxmp = { module = "org.helllabs:libxmp-java", version = "1.0.5" }
9+
libxmp = { module = "org.helllabs:libxmp-java", version = "1.0.6" }

0 commit comments

Comments
 (0)