diff --git a/CHANGELOG.md b/CHANGELOG.md index 3633458..3ccd878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -## 4.3.0 +## 4.3.1 +- Shorten custom components ids + +- ## 4.3.0 - Rework catching JellyfinConfigNotFoundException - Handle 401 from jellyfin - Rework util methods. diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 813a728..6c5788a 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.3.0 + image: ghcr.io/nyxx-discord/running_on_dart:4.3.1 container_name: running_on_dart env_file: - .env diff --git a/lib/src/settings.dart b/lib/src/settings.dart index bcd7882..cc2daee 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.3.0'; +String get version => '4.3.1'; /// Get a [String] from an environment variable, throwing an exception if it is not set. /// diff --git a/pubspec.yaml b/pubspec.yaml index e1c885e..4cca7ee 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: running_on_dart -version: 4.3.0 +version: 4.3.1 description: Discord Bot for nyxx development homepage: https://github.com/nyxx-discord/running_on_dart repository: https://github.com/nyxx-discord/running_on_dart