From 7c5640a67e210747df9b95e77f86a08675681276 Mon Sep 17 00:00:00 2001 From: synw Date: Wed, 6 Nov 2019 11:26:43 +0100 Subject: [PATCH] Prepare 4.1.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd8cbc..3069cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.1.1 + +Fix update query constructor bug #16 + ## 4.1.0 - Use extra_pedantic for stronger analysis_options diff --git a/pubspec.yaml b/pubspec.yaml index 8f1c357..34efd13 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ homepage: https://github.com/synw/sqlcool # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. # Read more about versioning at semver.org. -version: 4.1.0 +version: 4.1.1 environment: sdk: ">=2.2.2 <3.0.0"