Skip to content

Commit b17a2b3

Browse files
committed
🔖 Bump version 1.1
1 parent ed8373c commit b17a2b3

File tree

3 files changed

+4
-92
lines changed

3 files changed

+4
-92
lines changed

CHANGELOG.md

Lines changed: 0 additions & 89 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<dependency>
1515
<groupId>com.maximebertheau</groupId>
1616
<artifactId>emoji-data-java</artifactId>
17-
<version>1.0</version>
17+
<version>1.1</version>
1818
</dependency>
1919
```
2020

2121
##### Via Gradle:
2222
```gradle
23-
compile 'com.maximebertheau:emoji-data-java:1.0'
23+
compile 'com.maximebertheau:emoji-data-java:1.1'
2424
```
2525

2626

@@ -34,6 +34,7 @@ The `EmojiManager` provides several static methods to search through the emojis
3434
* `getForAlias` returns the emoji for an alias
3535
* `getAll` returns all the emojis
3636
* `isEmoji` checks if a string is an emoji
37+
* `getByCategory` get emojis depending on their `Category` (enum)
3738

3839
### Emoji model
3940

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.maximebertheau</groupId>
66
<artifactId>emoji-data-java</artifactId>
7-
<version>1.0</version>
7+
<version>1.1</version>
88
<packaging>jar</packaging>
99

1010
<name>emoji-java</name>

0 commit comments

Comments
 (0)