Skip to content

Commit bbb9e04

Browse files
committed
update the package version to 1.5.2
1 parent 1eb2f13 commit bbb9e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To use maven add this dependency to your pom.xml:
3131
<dependency>
3232
<groupId>org.java-websocket</groupId>
3333
<artifactId>Java-WebSocket</artifactId>
34-
<version>1.5.1</version>
34+
<version>1.5.2</version>
3535
</dependency>
3636
```
3737

@@ -42,7 +42,7 @@ mavenCentral()
4242
```
4343
Then you can just add the latest version to your build.
4444
```xml
45-
compile "org.java-websocket:Java-WebSocket:1.5.1"
45+
compile "org.java-websocket:Java-WebSocket:1.5.2"
4646
```
4747

4848
#### Logging

0 commit comments

Comments
 (0)