Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
marci4 committed Feb 19, 2019
1 parent 4bc89e3 commit 0f8a5e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To use maven add this dependency to your pom.xml:
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<version>1.3.9</version>
<version>1.4.0</version>
</dependency>
```

Expand All @@ -40,7 +40,7 @@ mavenCentral()
```
Then you can just add the latest version to your build.
```xml
compile "org.java-websocket:Java-WebSocket:1.3.9"
compile "org.java-websocket:Java-WebSocket:1.4.0"
```

#### Logging
Expand Down

0 comments on commit 0f8a5e1

Please sign in to comment.