Skip to content

Commit

Permalink
Prepare for 0.5.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shintaro Katafuchi committed Dec 5, 2015
1 parent 9c569f6 commit 11b2c8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ChangeLog

- 2015/12/05 0.5.6 release.
- Add #78.
- 2015/10/27 0.5.5 release.
- Fix #72.
- Fix #73.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can download from maven central.

```groovy
dependencies {
compile 'com.github.hotchemi:android-rate:0.5.5'
compile 'com.github.hotchemi:android-rate:0.5.6'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=0.5.5
VERSION_CODE=26
VERSION_NAME=0.5.6
VERSION_CODE=27
GROUP=com.github.hotchemi
POM_DESCRIPTION=Library for Android applications, which provides rating dialog.
POM_URL=https://github.com/hotchemi/Android-Rate
Expand Down

0 comments on commit 11b2c8f

Please sign in to comment.