Skip to content

Commit

Permalink
Version to 4.0.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Mar 25, 2018
1 parent a62fc51 commit 03cbf87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class Example {
<dependency>
<groupId>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ simple as adding the lines below to your pom.xml file:
<dependency>
<groupId>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
<scope>...</scope>
</dependency>
```
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>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 03cbf87

Please sign in to comment.