From f548de2187d190476d712bfaa208966f9a40733b Mon Sep 17 00:00:00 2001 From: synw Date: Thu, 31 Dec 2020 15:18:38 +0100 Subject: [PATCH] Prepare 5.1.1 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72cd7e7..70a18c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# 5.1.1 + +Fix insert method # 5.1.0 diff --git a/pubspec.yaml b/pubspec.yaml index 6c33635..1ae7757 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ homepage: https://github.com/synw/sqlcool # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 5.1.0 +version: 5.1.1 environment: sdk: ">=2.7.0 <3.0.0"