From 2977bb44a0e5d2d11521eb33b40ee8c44ddbdc72 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Tue, 7 Feb 2017 13:59:00 +0100 Subject: [PATCH] Prepare 0.11.1 release --- README.md | 5 +++++ library/build.gradle | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d7f890..f2b9508 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,11 @@ Tray is ready to use without showblockers! But here are some nice to have featur ## Versions +##### Version 0.11.1 `07.02.17` + +- preference key cannot be empty #84 +- `clearBut(TrayPreference)` -> `clearBut(AbstractTrayPreference)` #89 + ##### Version 0.11.0 `07.09.16` - all accessor methods return `boolean` indicating the success of i.e. `put`, `remove`. They will never again throw an error. #69 - new `contains()` method #74 diff --git a/library/build.gradle b/library/build.gradle index 38f3c36..dbf7655 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -2,8 +2,8 @@ apply plugin: 'com.android.library' apply plugin: 'jacoco' apply plugin: 'bintray-release' -def final String VERSION_NAME = "0.11.0" -def final int VERSION_CODE = 11 +def final String VERSION_NAME = "0.11.1" +def final int VERSION_CODE = 12 android { compileSdkVersion 23