Skip to content

Commit c63f1cc

Browse files
committed
Updated estree dep. preparing for release
1 parent d7c5bbf commit c63f1cc

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.8.0-dev
1+
# v0.8.0
22
* Enhancements
33
* Can now support catch blocks in try expressions
44
* Wrapped try's in function closure to make sure they return a value;

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

0 commit comments

Comments
 (0)