Skip to content

Commit

Permalink
Release v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Apr 27, 2014
1 parent 4502507 commit c03d42b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# v0.13.1-dev
# v0.13.1 (2014-04-27)

* Enhancements
* [Mix] Support `MIX_EXS` as configuration for running the current mix.exs file
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.13.1-dev
0.13.1
2 changes: 1 addition & 1 deletion src/elixir.app.src
@@ -1,6 +1,6 @@
{application, elixir,
[{description, "elixir"},
{vsn, "0.13.1-dev"},
{vsn, "0.13.1"},
{modules, [
elixir
]},
Expand Down

0 comments on commit c03d42b

Please sign in to comment.