From f06c0e38accf4cc8d0a0321c18862a6c7c77f7a9 Mon Sep 17 00:00:00 2001 From: Vincent DURMONT Date: Fri, 27 May 2016 09:07:28 -0700 Subject: [PATCH] Release v3.1.3 --- CHANGELOG.md | 6 +++++- README.md | 4 ++-- emoji-table-generator/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b22725b4..2edd90c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## v3.1.3 + +- Removed all variance selectors from the JSON database. Thanks @roberterdin ! + ## v3.1.2 -- Additions and updates to the emoji database (victory hand now supports fitzpatrick, adds Saint Vincent Grenadines' flag, add the regional indicator symbols). Thanks Daniel! +- Additions and updates to the emoji database (victory hand now supports fitzpatrick, adds Saint Vincent Grenadines' flag, add the regional indicator symbols). Thanks @lologist ! - Force the database to be loaded in UTF-8. - Enable the extension of the `EmojiParser` class. diff --git a/README.md b/README.md index 3aeb8443..6e0b9fd5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ com.vdurmont emoji-java - 3.1.2 + 3.1.3 ``` @@ -23,7 +23,7 @@ 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.2' +compile 'com.vdurmont:emoji-java:3.1.3' ``` ## How to use it? diff --git a/emoji-table-generator/pom.xml b/emoji-table-generator/pom.xml index 36201f7d..22934d0d 100644 --- a/emoji-table-generator/pom.xml +++ b/emoji-table-generator/pom.xml @@ -18,7 +18,7 @@ com.vdurmont emoji-java - 3.1.2 + 3.1.3 diff --git a/pom.xml b/pom.xml index e5a39cad..433afc26 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.vdurmont emoji-java - 3.1.2 + 3.1.3 jar emoji-java