diff --git a/CHANGELOG.md b/CHANGELOG.md index e7fb23e..f53266e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.1 + +- Fixup build + ## 3.2.0 - Update nyxx to 4.3.0 diff --git a/lib/src/error_handler.dart b/lib/src/error_handler.dart index c0b8ba6..ace6acb 100644 --- a/lib/src/error_handler.dart +++ b/lib/src/error_handler.dart @@ -1,5 +1,3 @@ -import 'dart:html'; - import 'package:duration/duration.dart'; import 'package:logging/logging.dart'; import 'package:nyxx/nyxx.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index a88b386..fbaf5b1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: running_on_dart -version: 3.2.0 +version: 3.2.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