From 340811eeb47b123486f9d670ff7ec6ef6f462461 Mon Sep 17 00:00:00 2001 From: Vincent DURMONT Date: Sun, 12 Feb 2017 16:50:25 -0800 Subject: [PATCH] Release v3.2.0 --- CHANGELOG.md | 8 ++++++++ README.md | 6 +++--- emoji-table-generator/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2edd90c8..ca935712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v3.2.0 + +- Fixed Poland flag (thanks @Sheigutn) +- Improvements to the smile emojis (thanks @miquelbeltran) +- Add a bunch of emojis from Apple iOS 10.2 release +- Fix some missing fitzpatrick modifiers +- Add an `EmojiManager.isOnlyEmojis()` method + ## v3.1.3 - Removed all variance selectors from the JSON database. Thanks @roberterdin ! diff --git a/README.md b/README.md index e23f8512..0fc4593e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ com.vdurmont emoji-java - 3.1.3 + 3.2.0 ``` @@ -23,14 +23,14 @@ You can also download the project, build it with `mvn clean install` and add the ##### Via Gradle: ```gradle -compile 'com.vdurmont:emoji-java:3.1.3' +compile 'com.vdurmont:emoji-java:3.2.0' ``` ##### Via Direct Download: * Use [releases](https://github.com/vdurmont/emoji-java/releases) tab to download the jar directly. * Download JSON-java dependency from http://mvnrepository.com/artifact/org.json/json. - + ## How to use it? diff --git a/emoji-table-generator/pom.xml b/emoji-table-generator/pom.xml index 22934d0d..48406f47 100644 --- a/emoji-table-generator/pom.xml +++ b/emoji-table-generator/pom.xml @@ -18,7 +18,7 @@ com.vdurmont emoji-java - 3.1.3 + 3.2.0 diff --git a/pom.xml b/pom.xml index 433afc26..090b1f49 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.vdurmont emoji-java - 3.1.3 + 3.2.0 jar emoji-java