Skip to content

Commit 1a6ad83

Browse files
committed
Version to 3.2.2 for release
1 parent 81ae54a commit 1a6ad83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class Example {
4444
<dependency>
4545
<groupId>org.kitteh.irc</groupId>
4646
<artifactId>client-lib</artifactId>
47-
<version>3.2.1</version>
47+
<version>3.2.2</version>
4848
</dependency>
4949
```
5050

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ KICL is built and deployed using Maven. Releases are available on Maven Central.
5757
<dependency>
5858
<groupId>org.kitteh.irc</groupId>
5959
<artifactId>client-lib</artifactId>
60-
<version>3.2.1</version>
60+
<version>3.2.2</version>
6161
<scope>...</scope>
6262
</dependency>
6363
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.kitteh.irc</groupId>
66
<artifactId>client-lib</artifactId>
7-
<version>3.2.2-SNAPSHOT</version>
7+
<version>3.2.2</version>
88

99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)