diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a52723..8c73626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.7.4 +- Fix member join message embed + ## 4.7.3 - Pass client parent id to jellyfin diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index d4b1746..ad86117 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.7.3 + image: ghcr.io/nyxx-discord/running_on_dart:4.7.4 container_name: running_on_dart env_file: - .env diff --git a/lib/src/settings.dart b/lib/src/settings.dart index 8eab043..f50aa14 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.7.3'; +String get version => '4.7.4'; /// Get a [String] from an environment variable, throwing an exception if it is not set. /// diff --git a/pubspec.yaml b/pubspec.yaml index b7866b3..af165fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: running_on_dart -version: 4.7.3 +version: 4.7.4 description: Discord Bot for nyxx development homepage: https://github.com/nyxx-discord/running_on_dart repository: https://github.com/nyxx-discord/running_on_dart