Skip to content

Commit 416bf41

Browse files
author
José Valim
committed
Release v1.3.0
1 parent c758c5e commit 416bf41

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
@@ -268,7 +268,7 @@ end
268268

269269
By restricting hierarchies in favor of named setups, it is straight-forward for the developer to glance at each describe block and know exactly the setup steps involved.
270270

271-
## v1.3.0-rc.1 (2016-08-06)
271+
## v1.3.0 (2016-06-21)
272272

273273
### 1. Enhancements
274274

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0-rc.1
1+
1.3.0

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.3.0-rc.1"},
3+
{vsn, "1.3.0"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)