Skip to content

Commit cead65b

Browse files
committed
Updated for 0.5.0 release
1 parent 096e8a6 commit cead65b

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.5.0-dev
1+
# v0.5.0
22
* Enhancements
33
* For statements now work with pattern matching tuples
44
* Improved function chaining

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.5.0-dev",
7+
version: "0.5.0",
88
elixir: "~> 1.0",
99
compilers: Mix.compilers,
1010
escript: escript_config,

0 commit comments

Comments
 (0)