From 1dd978396c2100d74bdd1adeb6654b7b993cf345 Mon Sep 17 00:00:00 2001 From: Mr Robot Date: Tue, 20 Nov 2018 07:36:32 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://framagit.org/dystopia-project/simple-email/compare/v1.1.1...v1.1.2) (2018-11-20) ### Bug Fixes * cancel single notification per account ([656e51e](https://framagit.org/dystopia-project/simple-email/commit/656e51e)) * focus body on reply message ([4b6e230](https://framagit.org/dystopia-project/simple-email/commit/4b6e230)) * message when no have identities ([4595289](https://framagit.org/dystopia-project/simple-email/commit/4595289)) * wrong riseup smtp port ([ecd870c](https://framagit.org/dystopia-project/simple-email/commit/ecd870c)) --- CHANGELOG.md | 10 ++++++++++ app/build.gradle | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1299f87f..92ab5e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.1.2](https://framagit.org/dystopia-project/simple-email/compare/v1.1.1...v1.1.2) (2018-11-20) + + +### Bug Fixes + +* cancel single notification per account ([656e51e](https://framagit.org/dystopia-project/simple-email/commit/656e51e)) +* focus body on reply message ([4b6e230](https://framagit.org/dystopia-project/simple-email/commit/4b6e230)) +* message when no have identities ([4595289](https://framagit.org/dystopia-project/simple-email/commit/4595289)) +* wrong riseup smtp port ([ecd870c](https://framagit.org/dystopia-project/simple-email/commit/ecd870c)) + # Change Log All notable changes to this project will be documented in this file. diff --git a/app/build.gradle b/app/build.gradle index a6e90b48..b0e51b74 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "org.dystopia.email" minSdkVersion 23 targetSdkVersion 28 - versionCode 111 - versionName "1.1.1" + versionCode 112 + versionName "1.1.2" archivesBaseName = "SimpleEmail-v$versionName" proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'