Skip to content

Commit

Permalink
10.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Sep 3, 2024
1 parent 440dbea commit ea74d0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ defmodule N2O.Mixfile do
def application(), do:
[
mod: {:n2o, []},
applications: [:xmerl,:ex_doc],
extra_applications: [:crypto]
applications: [:xmerl, :ex_doc],
extra_applications: [:crypto, :xmerl]
]

def project do
[
app: :n2o,
version: "10.12.3",
version: "10.12.4",
description: "N2O MQTT TCP WebSocket",
package: package(),
deps: deps()
Expand Down

0 comments on commit ea74d0f

Please sign in to comment.