Skip to content

Commit

Permalink
Preparing the versions in the pom and the readme for the 1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vdurmont committed May 1, 2015
1 parent f1cd656 commit d28bcd4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v1.1.1

Closing the stream used to read the emoji database in `EmojiManager.java`

## v1.1.0

* Update of the emoji database
Expand All @@ -10,6 +14,10 @@
* Deprecating `Emoji#getHtml` (replaced by `Emoji#getHtmlDecimal`)
* Deprecating `EmojiParser#parseToHtml` (replaced by `EmojiParser#parseToHtmlDecimal`)

## v1.0.1

Bug fix on the :+1: emoji

## v1.0.0

First release.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ Just add the dependency to your maven project:
<dependency>
<groupId>com.vdurmont</groupId>
<artifactId>emoji-java</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.vdurmont</groupId>
<artifactId>emoji-java</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>jar</packaging>

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

0 comments on commit d28bcd4

Please sign in to comment.