From e29b4a686933b5fb03eca006efa4b9cb64fbe710 Mon Sep 17 00:00:00 2001 From: Marco Jakob Date: Thu, 14 Feb 2019 00:09:10 +0100 Subject: [PATCH] Fix repo url --- CHANGELOG.md | 2 +- pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 969f9b9..026a584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Version 1.0.2 (2019-02-14) +## Version 1.0.3 (2019-02-14) - Cleanup and update dependencies. diff --git a/pubspec.yaml b/pubspec.yaml index 8e06e79..a5abd3c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,8 @@ name: event_bus -version: 1.0.2 +version: 1.0.3 author: Marco Jakob description: A simple Event Bus using Dart Streams for decoupling applications -repository: +repository: https://github.com/marcojakob/dart-event-bus homepage: https://code.makery.ch/library/dart-event-bus environment: sdk: '>=2.0.0 <3.0.0'