diff --git a/build.gradle.kts b/build.gradle.kts index 27d8109..e8891f9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "me.devoxin.lavadspx.plugin" -version = "0.0.4" +version = "0.0.5" lavalinkPlugin { name = "plugin-template" @@ -33,7 +33,7 @@ repositories { } dependencies { - implementation("com.github.Devoxin:LavaDSPX:2.0.0") + implementation("com.github.Devoxin:LavaDSPX:2.0.1") } publishing { diff --git a/src/main/resources/lavalink-plugins/your-plugin.properties b/src/main/resources/lavalink-plugins/your-plugin.properties index 324f311..ae6e5dd 100644 --- a/src/main/resources/lavalink-plugins/your-plugin.properties +++ b/src/main/resources/lavalink-plugins/your-plugin.properties @@ -1,3 +1,3 @@ name=lavadspx-plugin path=me.devoxin.lavadspx.plugin -version=0.0.4 \ No newline at end of file +version=0.0.5 \ No newline at end of file