Skip to content

Commit 9e529ce

Browse files
committed
Version 2.0.2
1 parent fb07c99 commit 9e529ce

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
@@ -9,14 +9,14 @@ Former versions were using the namespace _tech.gusavila92_ but now the official
99

1010
### Gradle
1111
```
12-
compile 'dev.gustavoavila:java-android-websocket-client:2.0.1'
12+
compile 'dev.gustavoavila:java-android-websocket-client:2.0.2'
1313
```
1414
### Maven
1515
```xml
1616
<dependency>
1717
<groupId>dev.gustavoavila</groupId>
1818
<artifactId>java-android-websocket-client</artifactId>
19-
<version>2.0.1</version>
19+
<version>2.0.2</version>
2020
<type>pom</type>
2121
</dependency>
2222
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ publishing {
4343
artifact javadocJar
4444
groupId 'dev.gustavoavila'
4545
artifactId 'java-android-websocket-client'
46-
version '2.0.1'
46+
version '2.0.2'
4747
pom.withXml {
4848
def root = asNode()
4949
root.appendNode('name', 'Java/Android WebSocket Client')

0 commit comments

Comments
 (0)