diff --git a/CHANGELOG.md b/CHANGELOG.md index 94843bd..50a2c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.1 + +### Others +- Updated license. + ## 0.2.0 ### Features diff --git a/LICENSE b/LICENSE index 53aeaac..c85e181 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 MobX +Copyright (c) 2018 Pong Loong Yeat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 9a35089..bc30fa1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Inspired by Apple's [NotificationCenter](https://developer.apple.com/documentati Add the following line to your `pubspec.yaml` file. ```yaml -notification_dispatcher: ^0.2.0 +notification_dispatcher: ^0.2.1 ``` ## Flutter Example diff --git a/pubspec.yaml b/pubspec.yaml index 91e5fed..28c5279 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: notification_dispatcher description: Inspired by Apple's NotificationCenter. Passes information around to registered observers. -version: 0.2.0 +version: 0.2.1 homepage: https://github.com/pongloongyeat/notification_dispatcher environment: