Skip to content

Commit 23eb646

Browse files
committed
Preparing for 0.9.0 release
1 parent a1885fc commit 23eb646

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.0-dev
1+
# v0.9.0
22
* Enhancements
33
* an implementation for quote. Currently ignores `:location` and `:context` options
44
* an implementation for unquote and unquote_splicing

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.9.0-dev",
7+
version: "0.9.0",
88
elixir: "~> 1.0",
99
escript: escript_config,
1010
deps: deps,

0 commit comments

Comments
 (0)