Skip to content

Commit

Permalink
Version to 2.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Jul 10, 2016
1 parent 0320323 commit 701aed3
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>1.1.0</version>
<version>2.0.0</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>1.1.0</version>
<version>2.0.0</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>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 701aed3

Please sign in to comment.