Skip to content

Commit

Permalink
Prepare for 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shintaro Katafuchi committed Dec 4, 2015
1 parent 3c7900f commit e2f45f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
# ChangeLog

- 2.0.1 2015/12/04
- Add `@NeverAskAgain`.
- 1.2.1 2015/09/14
- Fix #14 and #16.
- 1.2.0 2015/09/07
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -22,8 +22,8 @@ buildscript {
apply plugin: 'android-apt'
dependencies {
compile 'com.github.hotchemi:permissionsdispatcher:2.0.0'
apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.0'
compile 'com.github.hotchemi:permissionsdispatcher:2.0.1'
apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -5,7 +5,7 @@ USER = hotchemi
GROUP_ID = com.github.hotchemi
ARTIFACT_ID_LIBRARY = permissionsdispatcher
ARTIFACT_ID_PROCESSOR = permissionsdispatcher-processor
VERSION = 2.0.0
VERSION = 2.0.1
DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher.
WEBSITE = https://github.com/hotchemi/PermissionsDispatcher
LICENCES = ['Apache-2.0']
Expand Down

0 comments on commit e2f45f8

Please sign in to comment.