diff --git a/CHANGELOG.md b/CHANGELOG.md index a875bca3..d3d81045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # ChangeLog +- 2.1.2 2016/04/11 + - Fix [#131](https://github.com/hotchemi/PermissionsDispatcher/pull/131). + - Add [#122](https://github.com/hotchemi/PermissionsDispatcher/pull/122). - 2.1.1 2016/03/30 - Fix [#124](https://github.com/hotchemi/PermissionsDispatcher/issues/124). - 2.1.0 2016/03/20 diff --git a/gradle.properties b/gradle.properties index 5464a223..a2127021 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.1 +VERSION = 2.1.2 DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher. WEBSITE = https://github.com/hotchemi/PermissionsDispatcher LICENCES = ['Apache-2.0']