diff --git a/CHANGELOG.md b/CHANGELOG.md index f16d5ae..1250ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.2.1 + +- Fix pub dependencies + ## 4.2.0 - Add sonarr calendar API diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index af0bd6c..5ee1e78 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.0 + image: ghcr.io/nyxx-discord/running_on_dart:4.2.1 container_name: running_on_dart env_file: - .env diff --git a/lib/src/settings.dart b/lib/src/settings.dart index e281bcc..8e44721 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.0'; +String get version => '4.2.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 6526306..8ba5e79 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,9 +16,7 @@ dependencies: intl: ^0.19.0 logging: ^1.0.2 migent: - git: - url: https://github.com/nyxx-discord/migent.git - ref: feature/update-postgres-package + git: https://github.com/nyxx-discord/migent.git nyxx: ^6.3.0 nyxx_commands: ^6.0.0 nyxx_extensions: ^4.1.0