Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.

Commit c788d9a

Browse files
committed
Changed version in gradle and ReadMe
1 parent e27519a commit c788d9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This is official Java client for [ClusterWS](https://github.com/ClusterWS/Cluste
3030
<dependency>
3131
<groupId>com.github.ClusterWS</groupId>
3232
<artifactId>ClusterWS-Client-Java</artifactId>
33-
<version>1.1.1</version>
33+
<version>1.2.1</version>
3434
</dependency>
3535
```
3636

@@ -45,7 +45,7 @@ allprojects {
4545
}
4646
4747
dependencies {
48-
compile 'com.github.ClusterWS:ClusterWS-Client-Java:1.1.1'
48+
compile 'com.github.ClusterWS:ClusterWS-Client-Java:1.2.1'
4949
}
5050
```
5151

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version '1.1.0'
1+
version '1.2.1'
22

33
apply plugin: 'java'
44
apply plugin: 'maven'

0 commit comments

Comments
 (0)