Skip to content

Commit a1738b7

Browse files
authored
Merge pull request TooTallNate#676 from marci4/master
Update to 1.3.8
2 parents 8fa5e0f + ad2c1a3 commit a1738b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To use maven add this dependency to your pom.xml:
3535
<dependency>
3636
<groupId>org.java-websocket</groupId>
3737
<artifactId>Java-WebSocket</artifactId>
38-
<version>1.3.7</version>
38+
<version>1.3.8</version>
3939
</dependency>
4040
```
4141

@@ -46,7 +46,7 @@ mavenCentral()
4646
```
4747
Then you can just add the latest version to your build.
4848
```xml
49-
compile "org.java-websocket:Java-WebSocket:1.3.7"
49+
compile "org.java-websocket:Java-WebSocket:1.3.8"
5050
```
5151

5252
Running the Examples

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
group = 'org.java_websocket'
12-
version = '1.3.7'
12+
version = '1.3.8'
1313
sourceCompatibility = 1.6
1414
targetCompatibility = 1.6
1515

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.java-websocket</groupId>
44
<artifactId>Java-WebSocket</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.3.8-dev</version>
6+
<version>1.3.9-dev</version>
77
<name>Java-WebSocket</name>
88
<description>A barebones WebSocket client and server implementation written 100% in Java</description>
99
<url>https://github.com/TooTallNate/Java-WebSocket</url>

0 commit comments

Comments
 (0)