File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ ask Mix to use Rebar 3 to compile it by passing the `manager: :rebar3` option.
85
85
Once configured, Mix will prompt you to install Rebar 3 if it is not yet
86
86
available.
87
87
88
- ## v1.2.3-dev
88
+ ## v1.2.3 (2016-02-21)
89
89
90
90
### 1. Enhancements
91
91
@@ -99,7 +99,7 @@ available.
99
99
* [ String] Fix incomplete data trimming on both ` String.replace_trailing ` and ` String.rstrip `
100
100
* [ String] Attach debug_info back into Unicode modules for Dialyzer support
101
101
102
- ## v1.2.2
102
+ ## v1.2.2 (2016-01-31)
103
103
104
104
### 1. Enhancements
105
105
Original file line number Diff line number Diff line change 1
- 1.2.3-dev
1
+ 1.2.3
Original file line number Diff line number Diff line change 1
1
{application , elixir ,
2
2
[{description , " elixir" },
3
- {vsn , " 1.2.3-dev " },
3
+ {vsn , " 1.2.3" },
4
4
{modules , [
5
5
elixir
6
6
]},
You can’t perform that action at this time.
0 commit comments