Skip to content

Commit 737ac62

Browse files
author
José Valim
committed
Release v1.2.3
1 parent 9dcc0e1 commit 737ac62

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ask Mix to use Rebar 3 to compile it by passing the `manager: :rebar3` option.
8585
Once configured, Mix will prompt you to install Rebar 3 if it is not yet
8686
available.
8787

88-
## v1.2.3-dev
88+
## v1.2.3 (2016-02-21)
8989

9090
### 1. Enhancements
9191

@@ -99,7 +99,7 @@ available.
9999
* [String] Fix incomplete data trimming on both `String.replace_trailing` and `String.rstrip`
100100
* [String] Attach debug_info back into Unicode modules for Dialyzer support
101101

102-
## v1.2.2
102+
## v1.2.2 (2016-01-31)
103103

104104
### 1. Enhancements
105105

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.3-dev
1+
1.2.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.2.3-dev"},
3+
{vsn, "1.2.3"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)