Skip to content

Commit

Permalink
Merge pull request #1348 from Minion3665/patch-2
Browse files Browse the repository at this point in the history
Bump version in install instructions
  • Loading branch information
marci4 committed Jul 31, 2023
2 parents 69140a6 + 5176255 commit bc180ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Expand Up @@ -30,7 +30,7 @@ To use maven add this dependency to your pom.xml:
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
</dependency>
```

Expand All @@ -41,11 +41,11 @@ mavenCentral()
```
Then you can just add the latest version to your build.
```xml
compile "org.java-websocket:Java-WebSocket:1.5.3"
compile "org.java-websocket:Java-WebSocket:1.5.4"
```
Or this option if you use gradle 7.0 and above.
```xml
implementation 'org.java-websocket:Java-WebSocket:1.5.3'
implementation 'org.java-websocket:Java-WebSocket:1.5.4'
```

#### Logging
Expand Down

0 comments on commit bc180ae

Please sign in to comment.