Skip to content

Commit 16ce117

Browse files
committed
Removed -dev from version
1 parent f10f7a9 commit 16ce117

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.15.0-dev
1+
# v0.15.0
22
* Enhancements
33
* `alias`, `require`, and `import` now work inside lexical scopes
44
* `__ENV__` and `__CALLER__` are now supported

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

0 commit comments

Comments
 (0)