Skip to content

Commit 9eb4781

Browse files
author
José Valim
committed
Release v1.3.0-rc.1
1 parent cb6cd75 commit 9eb4781

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.0 (2016-30-05)
271+
## v1.3.0-rc.1 (2016-08-06)
272272

273273
### 1. Enhancements
274274

VERSION

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

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

0 commit comments

Comments
 (0)