Skip to content

Commit ad1ae41

Browse files
committed
Release v3.1.2
1 parent af81323 commit ad1ae41

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v3.1.2
4+
5+
- Additions and updates to the emoji database (victory hand now supports fitzpatrick, adds Saint Vincent Grenadines' flag, add the regional indicator symbols). Thanks Daniel!
6+
- Force the database to be loaded in UTF-8.
7+
- Enable the extension of the `EmojiParser` class.
8+
39
## v3.1.1
410

511
- Add the ability to provide a custom `EmojiTransformer` that will enable developers to add their custom emoji replacement methods. Thanks @freva !

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<dependency>
1616
<groupId>com.vdurmont</groupId>
1717
<artifactId>emoji-java</artifactId>
18-
<version>3.1.1</version>
18+
<version>3.1.2</version>
1919
</dependency>
2020
```
2121

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

2424
##### Via Gradle:
2525
```gradle
26-
compile 'com.vdurmont:emoji-java:3.1.1'
26+
compile 'com.vdurmont:emoji-java:3.1.2'
2727
```
2828

2929
## How to use it?

emoji-table-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.vdurmont</groupId>
2020
<artifactId>emoji-java</artifactId>
21-
<version>3.1.1</version>
21+
<version>3.1.2</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.vdurmont</groupId>
66
<artifactId>emoji-java</artifactId>
7-
<version>3.1.1</version>
7+
<version>3.1.2</version>
88
<packaging>jar</packaging>
99

1010
<name>emoji-java</name>

0 commit comments

Comments
 (0)