Skip to content

Commit

Permalink
Release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Oct 17, 2024
1 parent db08673 commit b9c4b82
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.2.1

- Fix pub dependencies

## 4.2.0

- Add sonarr calendar API
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/src/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down
4 changes: 1 addition & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9c4b82

Please sign in to comment.