From 226705be2af764ef464a73a224ee7c48861d7bd1 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 13 May 2020 11:22:30 +0200 Subject: [PATCH] New version --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a728046..cee904a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Version 0.13.2 - 2020-05-13 +### Fixes: +- Fix textfields copy&paste +- Clean up pushers on server +- Show rich notifications + # Version 0.13.1 - 2020-05-11 ### Fixes: - Fix share content diff --git a/pubspec.yaml b/pubspec.yaml index e5b83e9..d06f67c 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.13.1+38 +version: 0.13.2+39 environment: sdk: ">=2.6.0 <3.0.0"