Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albfernandez committed Dec 1, 2018
1 parent 33319aa commit 530de35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Put this dependency in your pom.xml
<dependency>
<groupId>com.github.albfernandez</groupId>
<artifactId>juniversalchardet</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>

```
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.albfernandez</groupId>
<artifactId>juniversalchardet</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
<url>https://github.com/albfernandez/juniversalchardet</url>
<packaging>jar</packaging>
<name>juniversalchardet</name>
<description>JUniversalChardet is a Java encoding detector library</description>
<prerequisites>
<maven>3.0.4</maven>
</prerequisites>

<licenses>
<license>
<name>Mozilla Public License Version 1.1</name>
Expand Down

0 comments on commit 530de35

Please sign in to comment.