Skip to content

Commit e29b4a6

Browse files
committed
Fix repo url
1 parent 35e89e3 commit e29b4a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version 1.0.2 (2019-02-14)
3+
## Version 1.0.3 (2019-02-14)
44

55
- Cleanup and update dependencies.
66

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: event_bus
2-
version: 1.0.2
2+
version: 1.0.3
33
author: Marco Jakob <majakob@gmx.ch>
44
description: A simple Event Bus using Dart Streams for decoupling applications
5-
repository:
5+
repository: https://github.com/marcojakob/dart-event-bus
66
homepage: https://code.makery.ch/library/dart-event-bus
77
environment:
88
sdk: '>=2.0.0 <3.0.0'

0 commit comments

Comments
 (0)