Skip to content

Commit

Permalink
Release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vdurmont committed Feb 13, 2017
1 parent 91281b3 commit 340811e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 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.2.0

- Fixed Poland flag (thanks @Sheigutn)
- Improvements to the smile emojis (thanks @miquelbeltran)
- Add a bunch of emojis from Apple iOS 10.2 release
- Fix some missing fitzpatrick modifiers
- Add an `EmojiManager.isOnlyEmojis()` method

## v3.1.3

- Removed all variance selectors from the JSON database. Thanks @roberterdin !
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
<dependency>
<groupId>com.vdurmont</groupId>
<artifactId>emoji-java</artifactId>
<version>3.1.3</version>
<version>3.2.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.1.3'
compile 'com.vdurmont:emoji-java:3.2.0'
```

##### Via Direct Download:

* Use [releases](https://github.com/vdurmont/emoji-java/releases) tab to download the jar directly.
* Download JSON-java dependency from http://mvnrepository.com/artifact/org.json/json.

## 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.3</version>
<version>3.2.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.1.3</version>
<version>3.2.0</version>
<packaging>jar</packaging>

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

0 comments on commit 340811e

Please sign in to comment.