Skip to content

Commit

Permalink
Release nyxx_lavalink 4.0.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abitofevrything committed Dec 9, 2023
1 parent 1b7137a commit b475f17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/nyxx_lavalink/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 4.0.0
## 4.0.0-dev.1
__09.12.2023__

- Update to nyxx 6.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/nyxx_lavalink/lib/src/plugin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extension StreamExtension<T> on Stream<T> {
/// A plugin that adds Lavalink support to [NyxxGateway] clients.
class LavalinkPlugin extends NyxxPlugin<NyxxGateway> {
/// The current version of `nyxx_lavalink`.
static const version = '4.0.0';
static const version = '4.0.0-dev.1';

/// The default client name used when connecting to lavalink.
static const clientName = 'nyxx_lavalink/$version';
Expand Down
2 changes: 1 addition & 1 deletion packages/nyxx_lavalink/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nyxx_lavalink
description: Support for playing audio in Discord voice channels using nyxx, powered by Lavalink.
version: 4.0.0
version: 4.0.0-dev.1

repository: https://github.com/nyxx-discord/nyxx_lavalink
issue_tracker: https://github.com/nyxx-discord/nyxx_lavalink/issues
Expand Down

0 comments on commit b475f17

Please sign in to comment.