From f425bf419cd16791d19cc939a118689a99b0cc5d Mon Sep 17 00:00:00 2001 From: Shintaro Katafuchi Date: Wed, 30 Mar 2016 08:01:33 +0900 Subject: [PATCH] Prepare for 2.1.1. --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a53f594..a875bca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # ChangeLog +- 2.1.1 2016/03/30 + - Fix [#124](https://github.com/hotchemi/PermissionsDispatcher/issues/124). - 2.1.0 2016/03/20 - Fix [#114](https://github.com/hotchemi/PermissionsDispatcher/issues/114). - 2.0.9 2016/03/19 diff --git a/gradle.properties b/gradle.properties index 1b4287f9..2f26247d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ USER = hotchemi GROUP_ID = com.github.hotchemi ARTIFACT_ID_LIBRARY = permissionsdispatcher ARTIFACT_ID_PROCESSOR = permissionsdispatcher-processor -VERSION = 2.1.0 +VERSION = 2.1.1 DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher. WEBSITE = https://github.com/hotchemi/PermissionsDispatcher LICENCES = ['Apache-2.0']