From 12ccac120c2b7d406d3194d280896508cee0392b Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 18 Jan 2020 12:33:23 +0100 Subject: [PATCH] Update version --- CHANGELOG.md | 6 +++++- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2258fd..3b491ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# Version 0.3.0 - 2020-MM-DD +# Version 0.4.0 - 2020-MM-DD +### New features +### Fixes + +# Version 0.3.0 - 2020-01-17 ### New features - Improved design - Implement signing up (Still needs a matrix.org fix) diff --git a/pubspec.yaml b/pubspec.yaml index 50ba009..8383478 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Chat with your friends. # 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: 0.3.0+14 +version: 0.3.1+14 environment: sdk: ">=2.6.0 <3.0.0"