Skip to content

Commit e02d7bf

Browse files
author
José Valim
committed
Release v1.0.4
1 parent fe5ff41 commit e02d7bf

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.0.4-dev
3+
## v1.0.4
44

55
* Enhancements
66
* [Elixir] Support Erlang 17.5 and 18.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.4-dev
1+
1.0.4

src/elixir.app.src

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "1.0.3"},
4-
{modules, [
5-
elixir
6-
]},
3+
{vsn, "1.0.4"},
4+
{modules, [elixir]},
75
{registered, [elixir_config, elixir_code_server]},
86
{applications, [kernel,stdlib,crypto,compiler,syntax_tools]},
97
{mod, {elixir,[]}},

0 commit comments

Comments
 (0)