Skip to content

Commit

Permalink
Prepare version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed May 3, 2016
1 parent 0f0b727 commit bf46644
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
--------------------------------

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 @@ 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'
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit bf46644

Please sign in to comment.