From c7eec637c0104672bcb55f9ef9764f5dc1324f65 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 16 Feb 2020 20:14:36 +0100 Subject: [PATCH] New version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3416adc..ae51049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.8.1 - 2020-02-16 +### New features +- Dark mode + # Version 0.8.0 - 2020-02-16 ### New features - Image Viewer diff --git a/pubspec.yaml b/pubspec.yaml index 5181460..1301a97 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.8.0+25 +version: 0.8.1+26 environment: sdk: ">=2.6.0 <3.0.0"