Skip to content

Commit e2f45f8

Browse files
author
Shintaro Katafuchi
committed
Prepare for 2.0.1.
1 parent 3c7900f commit e2f45f8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ChangeLog
22

3+
- 2.0.1 2015/12/04
4+
- Add `@NeverAskAgain`.
35
- 1.2.1 2015/09/14
46
- Fix #14 and #16.
57
- 1.2.0 2015/09/07

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ buildscript {
2222
apply plugin: 'android-apt'
2323
2424
dependencies {
25-
compile 'com.github.hotchemi:permissionsdispatcher:2.0.0'
26-
apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.0'
25+
compile 'com.github.hotchemi:permissionsdispatcher:2.0.1'
26+
apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.1'
2727
}
2828
```
2929

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ USER = hotchemi
55
GROUP_ID = com.github.hotchemi
66
ARTIFACT_ID_LIBRARY = permissionsdispatcher
77
ARTIFACT_ID_PROCESSOR = permissionsdispatcher-processor
8-
VERSION = 2.0.0
8+
VERSION = 2.0.1
99
DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher.
1010
WEBSITE = https://github.com/hotchemi/PermissionsDispatcher
1111
LICENCES = ['Apache-2.0']

0 commit comments

Comments
 (0)