Skip to content

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vdurmont committed Oct 29, 2017
1 parent 99f4681 commit 75811ba
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v4.0.0

- Add "source code" strings to emoji json database
- Fix some missing/out-of-order code points (thanks @BillyGalbreath)
- Upgrade `org.json:json` dependency (thanks @PhotonQyv)
- Update README with new emojis (thanks @jtobard)

## v3.3.0

- Add `family_man_woman_girl_boy` emoji (thanks @freva)
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.3.0</version>
<version>4.0.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.3.0'
compile 'com.vdurmont:emoji-java:4.0.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.3.0</version>
<version>4.0.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.3.0</version>
<version>4.0.0</version>
<packaging>jar</packaging>

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

0 comments on commit 75811ba

Please sign in to comment.