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

Commit 67bda77

Browse files
committed
Implemented new version in gradle and maven in README and in builde.gradle
1 parent db81fbc commit 67bda77

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.2.1</version>
33+
<version>1.3.0</version>
3434
</dependency>
3535
```
3636

@@ -45,7 +45,7 @@ allprojects {
4545
}
4646
4747
dependencies {
48-
compile 'com.github.ClusterWS:ClusterWS-Client-Java:1.2.1'
48+
compile 'com.github.ClusterWS:ClusterWS-Client-Java:1.3.0'
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.2.1'
1+
version '1.3.0'
22

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

0 commit comments

Comments
 (0)