Skip to content

Commit 11b2c8f

Browse files
author
Shintaro Katafuchi
committed
Prepare for 0.5.6.
1 parent 9c569f6 commit 11b2c8f

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+
- 2015/12/05 0.5.6 release.
4+
- Add #78.
35
- 2015/10/27 0.5.5 release.
46
- Fix #72.
57
- Fix #73.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can download from maven central.
1616

1717
```groovy
1818
dependencies {
19-
compile 'com.github.hotchemi:android-rate:0.5.5'
19+
compile 'com.github.hotchemi:android-rate:0.5.6'
2020
}
2121
```
2222

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=0.5.5
2-
VERSION_CODE=26
1+
VERSION_NAME=0.5.6
2+
VERSION_CODE=27
33
GROUP=com.github.hotchemi
44
POM_DESCRIPTION=Library for Android applications, which provides rating dialog.
55
POM_URL=https://github.com/hotchemi/Android-Rate

0 commit comments

Comments
 (0)