From a2a1f663e68f38ba2efd810bf3ba43a18eeb20f2 Mon Sep 17 00:00:00 2001 From: Distopico Vegan Date: Tue, 13 Nov 2018 22:31:34 -0500 Subject: [PATCH] Releases v1.1.1 --- CHANGELOG.md | 8 ++++++++ app/build.gradle | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14715a2b..1299f87f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://framagit.org/dystopia-project/simple-email/compare/v1.1.0...v1.1.1) (2018-11-14) + + +### Bug Fixes + +* crash on new notifications with account without color ([1e0665a](https://framagit.org/dystopia-project/simple-email/commit/1e0665a)) + + # [1.1.0](https://framagit.org/dystopia-project/simple-email/compare/v1.0.0...v1.1.0) (2018-11-12) diff --git a/app/build.gradle b/app/build.gradle index bc481904..84d7c902 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "org.dystopia.email" minSdkVersion 23 targetSdkVersion 28 - versionCode 110 - versionName "1.1.0" + versionCode 111 + versionName "1.1.1" archivesBaseName = "SimpleEmail-v$versionName" proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'