Skip to content

Commit

Permalink
Merge pull request #1010 from marci4/Release1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marci4 authored May 7, 2020
2 parents 54ca4f4 + fb6d234 commit c207fb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4.1</version>
<version>1.5.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.4.1"
compile "org.java-websocket:Java-WebSocket:1.5.0"
```

#### Logging
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<packaging>jar</packaging>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.1-SNAPSHOT</version>
<name>Java-WebSocket</name>
<description>A barebones WebSocket client and server implementation written 100% in Java</description>
<url>https://github.com/TooTallNate/Java-WebSocket</url>
Expand Down

0 comments on commit c207fb8

Please sign in to comment.