Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wkhere committed Jan 22, 2016
1 parent 6eed1d2 commit 1107ee2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,9 @@
### v0.6.1-dev
### v0.6.1 (2016-01-22)

Elixir 1.2 goodies:

* get rid of paren warnings [thx mindreframer]
* ex_doc icompatible with 1.2

### v0.6.0 (2015-10-14)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -67,7 +67,7 @@ your template engine to render the whole page.

## Usage

WebAssembly is published on [Hex], so just add `{:webassembly, "~> 0.6.0"}`
WebAssembly is published on [Hex], so just add `{:webassembly, "~> 0.6"}`
to your deps and `:webassembly` to your apps in the `mix.exs`.

Using it with [Plug] is a no-brainer - you just pass the doc to `send_resp/3`:
Expand Down
5 changes: 3 additions & 2 deletions mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule WebAssembly.Mixfile do
def project do
[app: :webassembly,
docs: [main: WebAssembly],
version: "0.6.1-dev",
version: "0.6.1",
elixir: "~> 1.0",
deps: deps,
description: description,
Expand Down Expand Up @@ -38,7 +38,8 @@ defmodule WebAssembly.Mixfile do
end

defp package do
[ maintainers: ["Wojciech Kaczmarek"],
[ maintainers: ["Wojciech Kaczmarek",
"Roman Heinrich"],
licenses: ["BSD"],
description: description,
links: %{
Expand Down

0 comments on commit 1107ee2

Please sign in to comment.