File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ## unreleased
1
+ ## 0.1.3
2
2
- ` WebSockex.start_link ` will no longer cause the calling process to exit on
3
3
connection failure and will return a proper error tuple instead.
4
4
- Change ` WebSockex.Conn.RequestError ` to ` WebSockex.RequestError ` .
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ See the `examples/` directory for other examples or take a look at the [document
32
32
33
33
``` elixir
34
34
def deps do
35
- [{:websockex , " ~> 0.1.2 " }]
35
+ [{:websockex , " ~> 0.1.3 " }]
36
36
end
37
37
```
38
38
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule WebSockex.Mixfile do
4
4
def project do
5
5
[ app: :websockex ,
6
6
name: "WebSockex" ,
7
- version: "0.1.2 " ,
7
+ version: "0.1.3 " ,
8
8
elixir: "~> 1.3" ,
9
9
description: "An Elixir WebSocket client" ,
10
10
source_url: "https://github.com/Azolo/websockex" ,
You can’t perform that action at this time.
0 commit comments