Skip to content

Commit

Permalink
Update LavaDSPX to reduce jar size.
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Dec 23, 2023
1 parent 205f0ee commit b8b31c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "me.devoxin.lavadspx.plugin"
version = "0.0.4"
version = "0.0.5"

lavalinkPlugin {
name = "plugin-template"
Expand Down Expand Up @@ -33,7 +33,7 @@ repositories {
}

dependencies {
implementation("com.github.Devoxin:LavaDSPX:2.0.0")
implementation("com.github.Devoxin:LavaDSPX:2.0.1")
}

publishing {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/lavalink-plugins/your-plugin.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=lavadspx-plugin
path=me.devoxin.lavadspx.plugin
version=0.0.4
version=0.0.5

0 comments on commit b8b31c4

Please sign in to comment.