From 49ce606f022c5472c4f31f45c4f5bce38f3ef816 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 8 Jan 2020 19:52:27 +0000 Subject: [PATCH] Increase version --- CHANGELOG.md | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48cec1a..22709fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# Version 0.2.3 - 2020-01-XX +# Version 0.2.3 - 2020-01-08 ### New features - Added changelog - Added copy button ### Fixes -- Groups without name now have a "Group with" prefix \ No newline at end of file +- Groups without name now have a "Group with" prefix diff --git a/pubspec.yaml b/pubspec.yaml index 21619e3..fdd206f 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.2+12 +version: 0.2.3+13 environment: sdk: ">=2.1.0 <3.0.0"