Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Feb 8, 2021
1 parent c335281 commit b9a444f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ val devDependencies = arrayOf(
)

dependencies {
implementation(group = "com.github.DuncteBot", name = "models", version = "0.0.15")
implementation(group = "com.github.DuncteBot", name = "models", version = "0.1.15")

// loadingbar
implementation(group = "me.duncte123", name = "loadingbar", version = "1.3.2_454301933")
Expand All @@ -104,7 +104,7 @@ dependencies {

implementation(group = "com.dunctebot", name = "sourcemanagers", version = "1.4.0")
// Lavaplayer/Lavalink
implementation(group = "com.sedmelluq", name = "lavaplayer", version = "1.3.65")
implementation(group = "com.sedmelluq", name = "lavaplayer", version = "1.3.67")
implementation(group = "com.github.dunctebot", name = "Lavalink-Client", version = "478fbea")
// implementation(project(":Lavalink-Client"))

Expand Down

0 comments on commit b9a444f

Please sign in to comment.