Skip to content

Commit 5895872

Browse files
committed
Update release to 1.3.3
1 parent 2ee3196 commit 5895872

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎README.markdown‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Also add this dependency to your pom.xml:
4545
<dependency>
4646
<groupId>org.java-websocket</groupId>
4747
<artifactId>java-websocket</artifactId>
48-
<version>1.3.2</version>
48+
<version>1.3.3</version>
4949
</dependency>
5050
```
5151

@@ -56,14 +56,14 @@ maven{url "http://clojars.org/repo"}
5656
```
5757
Then you can just add the latest version to your build.
5858
```xml
59-
compile "org.java-websocket:java-websocket:1.3.2"
59+
compile "org.java-websocket:java-websocket:1.3.3"
6060
```
6161

6262

6363
### Leiningen
6464

6565
```bash
66-
[org.java-websocket/java-websocket "1.3.2"]
66+
[org.java-websocket/java-websocket "1.3.3"]
6767
```
6868

6969
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.2'
12+
version ='1.3.3'
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.2</version>
6+
<version>1.3.3</version>
77
<name>java-websocket</name>
88
<description>A barebones WebSocket client and server implementation written 100% in Java</description>
99
<url>http://java-websocket.org/</url>

‎project.clj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defprojectorg.java-websocket/java-websocket"1.3.2"
1+
(defprojectorg.java-websocket/java-websocket"1.3.3"
22
:description"A barebones WebSocket client and server implementation written 100% in Java"
33
:url"http://java-websocket.org/"
44
:scm{:name"git"

0 commit comments

Comments
(0)