diff --git a/CHANGELOG.md b/CHANGELOG.md index 1250ff9..752189d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.2.2 + +- Update nyxx_commands +- Improve jellyfin permissions handling + ## 4.2.1 - Fix pub dependencies diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 5ee1e78..7e947fb 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -1,7 +1,7 @@ version: '3.9' services: running_on_dart: - image: ghcr.io/nyxx-discord/running_on_dart:4.2.1 + image: ghcr.io/nyxx-discord/running_on_dart:4.2.2 container_name: running_on_dart env_file: - .env diff --git a/lib/src/settings.dart b/lib/src/settings.dart index 8e44721..7fab8ef 100644 --- a/lib/src/settings.dart +++ b/lib/src/settings.dart @@ -2,7 +2,7 @@ import 'dart:io'; import 'package:nyxx/nyxx.dart'; -String get version => '4.2.1'; +String get version => '4.2.2'; /// Get a [String] from an environment variable, throwing an exception if it is not set. /// diff --git a/pubspec.yaml b/pubspec.yaml index 86a391b..45825c8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: running_on_dart -version: 4.2.0 +version: 4.2.2 description: Discord Bot for nyxx development homepage: https://github.com/nyxx-discord/running_on_dart repository: https://github.com/nyxx-discord/running_on_dart