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 3, 2017
1 parent a2865e2 commit f1664d4
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.2.0
### Major Changes
- Moved all the `WebSockex.Client` module functionality into the base
`WebSockex` module.
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 @@ See the `examples/` directory for other examples or take a look at the [document

```elixir
def deps do
[{:websockex, "~> 0.1.3"}]
[{:websockex, "~> 0.2"}]
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.1.3",
version: "0.2.0",
elixir: "~> 1.3",
description: "An Elixir WebSocket client",
source_url: "https://github.com/Azolo/websockex",
Expand Down

0 comments on commit f1664d4

Please sign in to comment.