Skip to content

Commit 0e8d3f9

Browse files
author
José Valim
committed
Start v1.0.0
1 parent 8931f34 commit 0e8d3f9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## v1.0.0
4+
35
## v1.0.0-rc2 (2014-09-07)
46

57
* Enhancements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-rc2
1+
1.0.0

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

0 commit comments

Comments
 (0)