Skip to content

Commit 3076752

Browse files
author
José Valim
committed
Release v1.0.3
1 parent 38a9513 commit 3076752

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.0.3-dev
3+
## v1.0.3 (2015-02-12)
44

55
* Enhancements
66
* [Elixir] Do not show exported vars warning

VERSION

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

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, "1.0.3-dev"},
3+
{vsn, "1.0.3"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)