Skip to content

Commit

Permalink
🔖 Bump version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxoumime committed May 23, 2017
1 parent ed8373c commit b17a2b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 92 deletions.
89 changes: 0 additions & 89 deletions CHANGELOG.md

This file was deleted.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<dependency>
<groupId>com.maximebertheau</groupId>
<artifactId>emoji-data-java</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
```

##### Via Gradle:
```gradle
compile 'com.maximebertheau:emoji-data-java:1.0'
compile 'com.maximebertheau:emoji-data-java:1.1'
```


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

### Emoji model

Expand Down
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.maximebertheau</groupId>
<artifactId>emoji-data-java</artifactId>
<version>1.0</version>
<version>1.1</version>
<packaging>jar</packaging>

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

0 comments on commit b17a2b3

Please sign in to comment.