From 15bee9f68847c5b770d20e8104781e8eff4416a7 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 17 Jan 2020 12:23:42 +0100 Subject: [PATCH] Update version --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b194b6..d2258fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Version 0.2.4 - 2020-MM-DD +# Version 0.3.0 - 2020-MM-DD ### New features - Improved design - Implement signing up (Still needs a matrix.org fix) diff --git a/pubspec.yaml b/pubspec.yaml index af1c204..50ba009 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.2.3+13 +version: 0.3.0+14 environment: sdk: ">=2.6.0 <3.0.0"