From 28de17112073ffa7cfcce06f26a51878927bf38d Mon Sep 17 00:00:00 2001 From: Marco Jakob Date: Mon, 23 Sep 2024 10:56:52 +0000 Subject: [PATCH] Fix version --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af8f73e..3734499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Version 2.0.2 (2024-09-23) +## Version 2.0.1 (2024-09-23) - Update environment dependency to support up to Dart v3. diff --git a/pubspec.yaml b/pubspec.yaml index 86cca48..61d284b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: event_bus -version: 2.0.2 +version: 2.0.1 description: A simple Event Bus using Dart Streams for decoupling applications repository: https://github.com/marcojakob/dart-event-bus homepage: https://code.makery.ch/library/dart-event-bus/