Skip to content

Commit 721ef39

Browse files
committed
bump ver
1 parent 6c1fe9d commit 721ef39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### v0.2.0-dev
1+
### v0.2.0
22

33
* API rename: loops & closures unrolling now via `elements`/`pick` macros
44
* defensive measure against improper nesting without do: block

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Webassembly.Mixfile do
33

44
def project do
55
[app: :webassembly,
6-
version: "0.2.0-dev",
6+
version: "0.2.0",
77
elixir: "~> 0.15.0",
88
deps: deps,
99
description: description,

0 commit comments

Comments
 (0)