From 7ed7d85336131b4bf1d0eb4de31bcbb91a0d126b Mon Sep 17 00:00:00 2001 From: Shintaro Katafuchi Date: Sat, 19 Mar 2016 08:26:55 +0900 Subject: [PATCH] Prepare for 2.0.9. --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 303c0450..b4e148e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # ChangeLog +- 2.0.9 2016/03/19 + - Fix [#112](https://github.com/hotchemi/PermissionsDispatcher/issues/112). - 2.0.8 2016/03/09 - Fix [#107](https://github.com/hotchemi/PermissionsDispatcher/issues/107). - Fix [#109](https://github.com/hotchemi/PermissionsDispatcher/issues/109). diff --git a/gradle.properties b/gradle.properties index 44de5f05..557bc74e 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.0.8 +VERSION = 2.0.9 DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher. WEBSITE = https://github.com/hotchemi/PermissionsDispatcher LICENCES = ['Apache-2.0']