We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02f5f1 commit 159d6f2Copy full SHA for 159d6f2
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# v0.15.2-dev
+# v0.15.2
2
* Enhancements
3
* Support for variables as map keys
4
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
def project do
5
[
6
app: :elixir_script,
7
- version: "0.15.2-dev",
+ version: "0.15.2",
8
elixir: "~> 1.0",
9
escript: escript_config,
10
deps: deps,
0 commit comments