Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
wkhere committed Aug 17, 2014
1 parent fae850e commit bc9e1fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
### v0.2.0-dev
### v0.2.0

* API rename: loops & closures unrolling now via `elements`/`pick` macros
* defensive measure against improper nesting without do: block
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule Webassembly.Mixfile do

def project do
[app: :webassembly,
version: "0.2.0-dev",
version: "0.2.0",
elixir: "~> 0.15.0",
deps: deps,
description: description,
Expand Down

0 comments on commit bc9e1fd

Please sign in to comment.