Skip to content

Commit

Permalink
Fix changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shintaro Katafuchi committed Aug 17, 2015
1 parent 2168505 commit 1e4764b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,5 +2,5 @@

- 0.9.0 2015/08/18
- Prepare for preview 3(final release).


- 0.5.0 2015/08/16
- Initial release.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -108,8 +108,8 @@ buildscript {
apply plugin: 'android-apt'
dependencies {
compile 'com.github.hotchemi:permissionsdispatcher:0.5.0'
apt 'com.github.hotchemi:permissionsdispatcher-processor:0.5.0'
compile 'com.github.hotchemi:permissionsdispatcher:0.9.0'
apt 'com.github.hotchemi:permissionsdispatcher-processor:0.9.0'
}
```

Expand Down

0 comments on commit 1e4764b

Please sign in to comment.