From 21061a94c197875312b882a9d598a462d2c57c64 Mon Sep 17 00:00:00 2001 From: Luke Hutchison Date: Wed, 14 Jun 2023 02:49:19 -0600 Subject: [PATCH] Bump version number --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c18468..f2c8727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.0.3 + +Update docs only (so that pub.dev is updated). + ### 1.0.2 Check if `mounted` before calling `markNeedsBuild()` diff --git a/pubspec.yaml b/pubspec.yaml index 8e177fb..17bc4b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_reactive_value description: Simple reactive state management for Flutter. -version: 1.0.2 +version: 1.0.3 homepage: https://github.com/lukehutch/flutter_reactive_value environment: