Skip to content

Commit

Permalink
Merge pull request #775 from freyacodes/dev
Browse files Browse the repository at this point in the history
release v3.6.2
  • Loading branch information
topi314 authored Nov 8, 2022
2 parents ee42ec1 + 2932490 commit 4782f1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
Each release usually includes various fixes and improvements.
The most noteworthy of these, as well as any features and breaking changes, are listed here.

## 3.6.2
* update lavaplayer to `1.3.99.1`. For more info see [here](https://github.com/freyacodes/Lavalink/pull/773)

## 3.6.1
* update lavaplayer to `1.3.99`. For me info see [here](https://github.com/freyacodes/Lavalink/pull/768)
* update lavaplayer to `1.3.99`. For more info see [here](https://github.com/freyacodes/Lavalink/pull/768)

## 3.6.0
* new userId & clientName getters in the plugin-api. For more info see [here](https://github.com/freyacodes/Lavalink/pull/743).
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fun VersionCatalogBuilder.spring() {
}

fun VersionCatalogBuilder.voice() {
version("lavaplayer", "1.3.99")
version("lavaplayer", "1.3.99.1")

library("lavaplayer", "com.github.walkyst.lavaplayer-fork", "lavaplayer").versionRef("lavaplayer")
library("lavaplayer-ip-rotator", "com.github.walkyst.lavaplayer-fork", "lavaplayer-ext-youtube-rotator").versionRef("lavaplayer")
Expand Down

0 comments on commit 4782f1f

Please sign in to comment.