Skip to content

Commit 7340ca2

Browse files
author
José Valim
committed
Release v1.5.3
1 parent 3beb72e commit 7340ca2

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
@@ -166,7 +166,7 @@ Overall, using `@impl` has the following advantages:
166166

167167
This release brings further improvements to Calendar types. It adds arithmetic and others functions to `Time`, `Date`, `NaiveDateTime` and `Datetime` as well as conversion between different calendars.
168168

169-
## v1.5.3 (2017-12-15)
169+
## v1.5.3 (2017-12-19)
170170

171171
### 1. Bug fixes
172172

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.2
1+
1.5.3

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

0 commit comments

Comments
 (0)