Skip to content

Commit

Permalink
Merge pull request #576 from marci4/master
Browse files Browse the repository at this point in the history
Update to 1.3.5
  • Loading branch information
marci4 authored Oct 13, 2017
2 parents b7e041c + 8f7a64e commit 3ff3a20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To use maven add this dependency to your pom.xml:
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</dependency>
```

Expand All @@ -46,14 +46,14 @@ mavenCentral()
```
Then you can just add the latest version to your build.
```xml
compile "org.java-websocket:Java-WebSocket:1.3.4"
compile "org.java-websocket:Java-WebSocket:1.3.5"
```


### Leiningen

``` bash
[org.java-websocket/java-websocket "1.3.4"]
[org.java-websocket/java-websocket "1.3.5"]
```

Running the Examples
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

group = 'org.java_websocket'
version = '1.3.4'
version = '1.3.5'
sourceCompatibility = 1.6
targetCompatibility = 1.6

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<packaging>jar</packaging>
<version>1.3.4</version>
<version>1.3.5</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 3ff3a20

Please sign in to comment.