Skip to content

Commit

Permalink
Update lavaplayer
Browse files Browse the repository at this point in the history
Closes #265
Closes #264
Closes #262
  • Loading branch information
iBlitzkriegi committed Aug 3, 2020
1 parent 05362fc commit 021f970
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,4 @@ testserver/logs/2016-12-08-1.log.gz
.idea/modules/Vixio_main.iml
*.iml

.idea/jarRepositories.xml
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
compile "net.dv8tion:JDA:4.1.0_88"

// LavaPlayer
compile 'com.sedmelluq:lavaplayer:1.3.47'
compile 'com.sedmelluq:lavaplayer:1.3.50'
compile 'club.minnced:opus-java-api:v1.0.1'

// Skript API
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiversion=1.12.2-R0.1-SNAPSHOT
skriptapiversion=2.2-dev33
destinationDir=C:\\Users\\matthew\\Desktop\\Minecraft\\Vixio\\plugins
version=2.0.5
version=2.0.6
org.gradle.parallel=true
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Vixio
description: Vixio, The Discord addon created to meet all of your Discord needs.
main: me.iblitzkriegi.vixio.Vixio
version: 2.0.5
version: 2.0.6
author: iBlitzkriegi, sky_high (Pikachu)
website: http://vixio.space
depend: [Skript]
Expand Down

0 comments on commit 021f970

Please sign in to comment.