Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
v3.4-NeoModule.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nafu-at committed Nov 22, 2021
1 parent 57e5e46 commit f3c7812
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions LavalinkServer/build.gradle
Expand Up @@ -10,7 +10,7 @@ apply plugin: "com.adarshr.test-logger"

description = 'Play audio to discord voice channels'
mainClassName = "lavalink.server.Launcher"
version = "3.3.2.5-NeoModule.1"
version = "3.4-NeoModule.1"
ext {
moduleName = 'Lavalink-Server'
}
Expand Down Expand Up @@ -67,8 +67,8 @@ dependencies {
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: springBootVersion

// NeoJukePro Dep
compile 'com.github.nafu-at:NeoJukePro:2.0.0-Beta1'
compile 'com.github.FredBoat:Lavalink-Client:92a858d'
compile 'com.github.nafu-at:NeoJukePro:2.2.0'
compile 'com.github.FredBoat:Lavalink-Client:8d9b660'
}

processResources {
Expand Down Expand Up @@ -130,4 +130,4 @@ void versionTxt() {
}
versionTxt()
*/
*/
Expand Up @@ -47,6 +47,11 @@ public void launch() {
// Do Nothing.
}

@Override
public String getNeoJukeVersion() {
return "2.2.0"; // magic number
}

@Override
public NeoJukeConfig getConfig() {
return null;
Expand Down

0 comments on commit f3c7812

Please sign in to comment.