Skip to content

Commit ea74d0f

Browse files
committed
10.12.4
1 parent 440dbea commit ea74d0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ defmodule N2O.Mixfile do
44
def application(), do:
55
[
66
mod: {:n2o, []},
7-
applications: [:xmerl,:ex_doc],
8-
extra_applications: [:crypto]
7+
applications: [:xmerl, :ex_doc],
8+
extra_applications: [:crypto, :xmerl]
99
]
1010

1111
def project do
1212
[
1313
app: :n2o,
14-
version: "10.12.3",
14+
version: "10.12.4",
1515
description: "N2O MQTT TCP WebSocket",
1616
package: package(),
1717
deps: deps()

0 commit comments

Comments
 (0)