Skip to content

Commit

Permalink
Release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vdurmont committed Jul 30, 2017
1 parent b41cdfa commit 163553b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v3.3.0

- Add `family_man_woman_girl_boy` emoji (thanks @freva)
- Fix `EmojiManager.isEmoji` to support fitzpatrick modifiers (thanks @freva)
- Fixed several emojis that had the wrong `support_fitzpatrick` flag (thanks @Tapchicoma)
- Add some tests to avoid duplicate aliases
- Fixed several duplicated aliases in the emoji DB

## v3.2.0

- Fixed Poland flag (thanks @Sheigutn)
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.2.0</version>
<version>3.3.0</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.2.0'
compile 'com.vdurmont:emoji-java:3.3.0'
```

##### Via Direct Download:
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.2.0</version>
<version>3.3.0</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.2.0</version>
<version>3.3.0</version>
<packaging>jar</packaging>

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

0 comments on commit 163553b

Please sign in to comment.