Skip to content

Commit

Permalink
Version to 3.2.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Jul 29, 2017
1 parent 81ae54a commit 1a6ad83
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 @@ -44,7 +44,7 @@ public class Example {
<dependency>
<groupId>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>3.2.1</version>
<version>3.2.2</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 @@ -57,7 +57,7 @@ KICL is built and deployed using Maven. Releases are available on Maven Central.
<dependency>
<groupId>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>3.2.1</version>
<version>3.2.2</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>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 1a6ad83

Please sign in to comment.