We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096e8a6 commit cead65bCopy full SHA for cead65b
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# v0.5.0-dev
+# v0.5.0
2
* Enhancements
3
* For statements now work with pattern matching tuples
4
* Improved function chaining
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
def project do
5
[
6
app: :elixir_script,
7
- version: "0.5.0-dev",
+ version: "0.5.0",
8
elixir: "~> 1.0",
9
compilers: Mix.compilers,
10
escript: escript_config,
0 commit comments