Skip to content

Commit e76c1a6

Browse files
committed
Prep for 0.1.3 release
1 parent 0d52a77 commit e76c1a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## unreleased
1+
## 0.1.3
22
- `WebSockex.start_link` will no longer cause the calling process to exit on
33
connection failure and will return a proper error tuple instead.
44
- Change `WebSockex.Conn.RequestError` to `WebSockex.RequestError`.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ See the `examples/` directory for other examples or take a look at the [document
3232

3333
```elixir
3434
def deps do
35-
[{:websockex, "~> 0.1.2"}]
35+
[{:websockex, "~> 0.1.3"}]
3636
end
3737
```
3838

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule WebSockex.Mixfile do
44
def project do
55
[app: :websockex,
66
name: "WebSockex",
7-
version: "0.1.2",
7+
version: "0.1.3",
88
elixir: "~> 1.3",
99
description: "An Elixir WebSocket client",
1010
source_url: "https://github.com/Azolo/websockex",

0 commit comments

Comments
 (0)