We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1885fc commit 23eb646Copy full SHA for 23eb646
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# v0.9.0-dev
+# v0.9.0
2
* Enhancements
3
* an implementation for quote. Currently ignores `:location` and `:context` options
4
* an implementation for unquote and unquote_splicing
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
def project do
5
[
6
app: :elixir_script,
7
- version: "0.9.0-dev",
+ version: "0.9.0",
8
elixir: "~> 1.0",
9
escript: escript_config,
10
deps: deps,
0 commit comments