diff --git a/CHANGELOG.md b/CHANGELOG.md index f14c2a6..096610e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.0+1 + +* Format + ## 1.3.0 * Builders and Listeners now have a value constructor. Which can take an instance of rx. diff --git a/pubspec.yaml b/pubspec.yaml index 8826cd4..57c8cae 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: inherited_rxdart description: "Inherited RxDart is a state management library that combine the power of InheritedWidget and RxDart, a simple and elegant state management solution for apps of any scale" -version: 1.3.0 +version: 1.3.0+1 homepage: https://github.com/SilentCatD/inherited_rxdart issue_tracker: https://github.com/SilentCatD/inherited_rxdart/issues