Skip to content

Commit 01ecec0

Browse files
committed
Updated version for release
1 parent 86a70c2 commit 01ecec0

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.12.0-dev
1+
# v0.12.0
22
* Enhancement
33
* Updated tuple implementation. It's now a class.
44
* Replaced pattern matching library with custom one

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
44
def project do
55
[
66
app: :elixir_script,
7-
version: "0.12.0-dev",
7+
version: "0.12.0",
88
elixir: "~> 1.0",
99
escript: escript_config,
1010
deps: deps,

0 commit comments

Comments
 (0)