Skip to content

Commit

Permalink
Prep for v0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Azolo committed Jan 22, 2018
1 parent 2f0ea61 commit cb615af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4.1
### Enhancements
- Allow `:via` and `:global` tuples for named registration. This includes
handling for `cast/2` and `send_frame/2`.
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.4.0",
version: "0.4.1",
elixir: "~> 1.3",
description: "An Elixir WebSocket client",
source_url: "https://github.com/Azolo/websockex",
Expand Down

0 comments on commit cb615af

Please sign in to comment.