Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Azolo committed Jun 23, 2017
1 parent fbe7c16 commit 6110878
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.3.1
### Enhancements
- Handle system messages and parent exits while closing the connection.
- The output from `:sys.get_status` didn't look pretty in `:observer` now it
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add `websockex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:websockex, "~> 0.3.0"}]
[{:websockex, "~> 0.3.1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule WebSockex.Mixfile do
def project do
[app: :websockex,
name: "WebSockex",
version: "0.3.0",
version: "0.3.1",
elixir: "~> 1.3",
description: "An Elixir WebSocket client",
source_url: "https://github.com/Azolo/websockex",
Expand Down

0 comments on commit 6110878

Please sign in to comment.