Skip to content

Commit

Permalink
Release v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vdurmont committed May 27, 2016
1 parent 0734cc1 commit f06c0e3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
<dependency>
<groupId>com.vdurmont</groupId>
<artifactId>emoji-java</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</dependency>
```

You can also download the project, build it with `mvn clean install` and add the generated jar to your buildpath.

##### Via Gradle:
```gradle
compile 'com.vdurmont:emoji-java:3.1.2'
compile 'com.vdurmont:emoji-java:3.1.3'
```

## How to use it?
Expand Down
2 changes: 1 addition & 1 deletion emoji-table-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.vdurmont</groupId>
<artifactId>emoji-java</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.vdurmont</groupId>
<artifactId>emoji-java</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
<packaging>jar</packaging>

<name>emoji-java</name>
Expand Down

0 comments on commit f06c0e3

Please sign in to comment.