diff --git a/CHANGELOG.md b/CHANGELOG.md index a234cca65f..1624af963d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Change Log -Version 0.3.0 *(In development)* +Version 0.3.0 *(2016-05-03)* -------------------------------- +- Remove Global Layout listener when dismissing the popup. Fixes \#22 [\#24](https://github.com/vanniktech/Emoji/pull/24) ([vanniktech](https://github.com/vanniktech)) +- Show People category first when no recent emojis are present [\#16](https://github.com/vanniktech/Emoji/pull/16) ([vanniktech](https://github.com/vanniktech)) + Version 0.2.0 *(2016-03-29)* -------------------------------- diff --git a/README.md b/README.md index 0e8bef5f58..65c4f7d247 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A simple library to add Emoji support to your Android app. In a PopupWindow Emoj **build.gradle** ```groovy -compile 'com.vanniktech:emoji:0.2.0' +compile 'com.vanniktech:emoji:0.3.0' compile 'com.vanniktech:emoji:0.3.0-SNAPSHOT' ``` diff --git a/gradle.properties b/gradle.properties index 1b166e24ff..f754bfc4c6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ GROUP=com.vanniktech -VERSION_NAME=0.3.0-SNAPSHOT -VERSION_CODE=2 +VERSION_NAME=0.3.0 +VERSION_CODE=3 POM_DESCRIPTION=A simple library to add Emoji support to your Android Application