Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.0.0 dev.1 #17

Merged
merged 1 commit into from
Dec 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading