From ae06b4d298d6e028b4c7062141977e30acfca326 Mon Sep 17 00:00:00 2001 From: Mateus Felipe Date: Wed, 15 Jan 2020 17:08:40 -0300 Subject: [PATCH] Version bump --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fbdaa5..e69b042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.2.5+1 + +- Fixed example warning with dummy method +- Fixed pubspec.yaml conventions + ## 1.2.5 - Bump `rx_dart` version to `^0.22.0` diff --git a/pubspec.yaml b/pubspec.yaml index 9691977..cde07b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: hydrated description: An automatically persisted BehaviorSubject with simple hydration for Flutter. Intended to be used with the BLoC pattern. -version: 1.2.5 +version: 1.2.5+1 homepage: https://github.com/lukepighetti/hydrated environment: