Skip to content

Commit c03d42b

Browse files
author
José Valim
committed
Release v0.13.1
1 parent 4502507 commit c03d42b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.13.1-dev
1+
# v0.13.1 (2014-04-27)
22

33
* Enhancements
44
* [Mix] Support `MIX_EXS` as configuration for running the current mix.exs file

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.1-dev
1+
0.13.1

Diff for: src/elixir.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "0.13.1-dev"},
3+
{vsn, "0.13.1"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)