From 56d7be6c0f5f588cdb7ca358c40534059afac989 Mon Sep 17 00:00:00 2001 From: SilentCat Date: Fri, 9 Sep 2022 15:14:50 +0700 Subject: [PATCH] format --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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