Skip to content

Commit

Permalink
Fix homepage URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcojakob committed Jan 23, 2020
1 parent df294a7 commit 0f64cd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 1.1.1 (2020-01-21)

- Fix homepage URL.


## Version 1.1.0 (2019-03-27)

- Add constructor for custom controllers like RxDart Subject (see #21).
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: event_bus
version: 1.1.0
version: 1.1.1
author: Marco Jakob <[email protected]>
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
homepage: https://code.makery.ch/library/dart-event-bus/
environment:
sdk: '>=2.0.0 <3.0.0'
dev_dependencies:
Expand Down

0 comments on commit 0f64cd8

Please sign in to comment.