Skip to content

Commit bc180ae

Browse files
authored
Merge pull request #1348 from Minion3665/patch-2
Bump version in install instructions
2 parents 69140a6 + 5176255 commit bc180ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To use maven add this dependency to your pom.xml:
3030
<dependency>
3131
<groupId>org.java-websocket</groupId>
3232
<artifactId>Java-WebSocket</artifactId>
33-
<version>1.5.3</version>
33+
<version>1.5.4</version>
3434
</dependency>
3535
```
3636

@@ -41,11 +41,11 @@ mavenCentral()
4141
```
4242
Then you can just add the latest version to your build.
4343
```xml
44-
compile "org.java-websocket:Java-WebSocket:1.5.3"
44+
compile "org.java-websocket:Java-WebSocket:1.5.4"
4545
```
4646
Or this option if you use gradle 7.0 and above.
4747
```xml
48-
implementation 'org.java-websocket:Java-WebSocket:1.5.3'
48+
implementation 'org.java-websocket:Java-WebSocket:1.5.4'
4949
```
5050

5151
#### Logging

0 commit comments

Comments
 (0)