Skip to content

Commit 7a24767

Browse files
author
José Valim
committed
Release v0.13.2
1 parent ad0818d commit 7a24767

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.13.2-dev
1+
# v0.13.2 (2014-05-11)
22

33
* Enhancements
44
* [Application] Add an Application module with common functions to work with OTP applications

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.2-dev
1+
0.13.2

src/elixir.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "0.13.2-dev"},
3+
{vsn, "0.13.2"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)