Skip to content

Commit

Permalink
Upgrade plugin api
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Dec 23, 2021
1 parent 46c6e07 commit e216d1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Adding support for the following sources:

# Adding to lavalink

Latest version: ![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/DuncteBot/lavalink?include_prereleases)
Latest version: ![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/DuncteBot/lavalink)

Add the following to your lavalink configuration, make sure to replace `VERSION` with the latest version listed above
```yml
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ application {
mainClass.set("org.springframework.boot.loader.JarLauncher")
}

val pluginVersion = Version(1, 0, 0)
val pluginVersion = Version(1, 0, 1)

group = "com.dunctebot"
version = "$pluginVersion"
Expand All @@ -33,7 +33,7 @@ repositories {
dependencies {
implementation("com.dunctebot:sourcemanagers:1.5.9")

compileOnly("dev.arbjerg.lavalink:plugin-api:0.8.0")
compileOnly("dev.arbjerg.lavalink:plugin-api:0.8.1")

// for testing
runtimeOnly("com.github.freyacodes.lavalink:Lavalink-Server:feature~plugins-SNAPSHOT")
Expand Down

0 comments on commit e216d1b

Please sign in to comment.