Skip to content

Commit 89df9cc

Browse files
author
Shintaro Katafuchi
committed
Prepare for 2.0.3.
1 parent 6ac2f11 commit 89df9cc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
- 2.0.3 2016/01/18
4+
- Add [#65](https://github.com/hotchemi/PermissionsDispatcher/pull/65).
5+
- Add [#72](https://github.com/hotchemi/PermissionsDispatcher/pull/72).
36
- 2.0.2 2016/01/13
47
- Fix [#63](https://github.com/hotchemi/PermissionsDispatcher/issues/63).
58
- 2.0.1 2015/12/04

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ And on your **app module** `build.gradle`:
2626
apply plugin: 'android-apt'
2727
2828
dependencies {
29-
compile 'com.github.hotchemi:permissionsdispatcher:2.0.2'
30-
apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.2'
29+
compile 'com.github.hotchemi:permissionsdispatcher:2.0.3'
30+
apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.3`
3131
}
3232
```
3333

0 commit comments

Comments
 (0)