Skip to content

Commit 8017d1d

Browse files
committed
Release version 2.2.1
1 parent eea68d0 commit 8017d1d

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## v2.1.0
3+
## v2.2.1
4+
5+
Fix the `htmlDec` and `htmlHex` codes for the multiple emojis (such as `family (man, man, girl, boy)`)
6+
7+
## v2.2.0
48

59
Rollback dependency org.json:json to 20140107 to keep the compatibility with Java 6 & 7
610

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2015 Vincent DURMONT <[email protected]>
3+
Copyright (c) 2014-present Vincent DURMONT <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@
1616
<dependency>
1717
<groupId>com.vdurmont</groupId>
1818
<artifactId>emoji-java</artifactId>
19-
<version>2.2.0</version>
19+
<version>2.2.1</version>
2020
</dependency>
2121
```
2222

2323
You can also download the project, build it with `mvn clean install` and add the generated jar to your buildpath.
2424

2525
##### Via Gradle:
2626
```gradle
27-
compile 'com.vdurmont:emoji-java:2.2.0'
27+
compile 'com.vdurmont:emoji-java:2.2.1'
2828
```
2929

3030
## How to use it?
3131

3232
### EmojiManager
3333

34-
The `EmojiManager` provides several static methods to search throught the emojis database:
34+
The `EmojiManager` provides several static methods to search through the emojis database:
3535

3636
* `getForTag` returns all the emojis for a given tag
3737
* `getForAlias` returns the emoji for an alias

emoji-table-generator/pom.xml

+1-1
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>2.2.0</version>
21+
<version>2.2.1</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

pom.xml

+1-1
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>2.2.0</version>
7+
<version>2.2.1</version>
88
<packaging>jar</packaging>
99

1010
<name>emoji-java</name>

0 commit comments

Comments
 (0)