Skip to content

Commit

Permalink
Bump version in install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Minion3665 authored Jul 25, 2023
1 parent 69140a6 commit 5176255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
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 5176255

Please sign in to comment.