Skip to content

Commit 163553b

Browse files
committed
Release v3.3.0
1 parent b41cdfa commit 163553b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

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

3+
## v3.3.0
4+
5+
- Add `family_man_woman_girl_boy` emoji (thanks @freva)
6+
- Fix `EmojiManager.isEmoji` to support fitzpatrick modifiers (thanks @freva)
7+
- Fixed several emojis that had the wrong `support_fitzpatrick` flag (thanks @Tapchicoma)
8+
- Add some tests to avoid duplicate aliases
9+
- Fixed several duplicated aliases in the emoji DB
10+
311
## v3.2.0
412

513
- Fixed Poland flag (thanks @Sheigutn)

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.2.0</version>
18+
<version>3.3.0</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.2.0'
26+
compile 'com.vdurmont:emoji-java:3.3.0'
2727
```
2828

2929
##### Via Direct Download:

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.2.0</version>
21+
<version>3.3.0</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.2.0</version>
7+
<version>3.3.0</version>
88
<packaging>jar</packaging>
99

1010
<name>emoji-java</name>

0 commit comments

Comments
 (0)