Skip to content

Commit

Permalink
Release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdurmont committed Apr 25, 2016
1 parent 9c7a967 commit 05dacd9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v3.1.1

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

## v3.1.0

- Add fitzpatrick support for 👃 ("nose") and 👂 ("ear")
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -16,15 +16,15 @@
<dependency>
<groupId>com.vdurmont</groupId>
<artifactId>emoji-java</artifactId>
<version>3.1.0</version>
<version>3.1.1</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.0'
compile 'com.vdurmont:emoji-java:3.1.1'
```

## How to use it?
Expand Down Expand Up @@ -886,4 +886,4 @@ Here is a table of the available emojis and their aliases.
| 🏩 | love_hotel || writing, writing_hand |
|| virgo | 🗼 | tokyo_tower |
|| skier | ⬇️ | arrow_down |
| 🕍 | synagogue, temple, jewish |
| 🕍 | synagogue, temple, jewish |
2 changes: 1 addition & 1 deletion emoji-table-generator/pom.xml
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.vdurmont</groupId>
<artifactId>emoji-java</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.vdurmont</groupId>
<artifactId>emoji-java</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<packaging>jar</packaging>

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

0 comments on commit 05dacd9

Please sign in to comment.