From a0133d00d865ba29147ae559b6263381a97fa67a Mon Sep 17 00:00:00 2001 From: synw Date: Mon, 14 Dec 2020 17:38:06 +0100 Subject: [PATCH] Prepare 5.0.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43fc2b8..6e3a834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 5.0.0 + +- Update Flutter project and dependencies + # 4.3.1 - Refactor and fix `DbModel.sqlJoin` diff --git a/pubspec.yaml b/pubspec.yaml index d43479c..a48c13e 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.0.0-dev.1 +version: 5.0.0 environment: sdk: ">=2.7.0 <3.0.0"