Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albfernandez committed Feb 29, 2020
1 parent fcf1898 commit 762d1a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Put this dependency in your pom.xml
<dependency>
<groupId>com.github.albfernandez</groupId>
<artifactId>juniversalchardet</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>

```
Expand All @@ -188,7 +188,7 @@ Put this dependency in your pom.xml
Put this line in your build.gradle

```groovy
implementation 'com.github.albfernandez:juniversalchardet:2.3.0'
implementation 'com.github.albfernandez:juniversalchardet:2.3.1'
```

## Building from sources
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.albfernandez</groupId>
<artifactId>juniversalchardet</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<url>https://github.com/albfernandez/juniversalchardet</url>
<packaging>jar</packaging>
<name>juniversalchardet</name>
Expand Down

0 comments on commit 762d1a8

Please sign in to comment.