Skip to content

Commit

Permalink
7.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Nov 17, 2020
1 parent 23c8f00 commit 6677f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule N2O.Mixfile do
def application, do: [mod: {:n2o, []}, applications: []]
def project do
[ app: :n2o,
version: "7.10.0",
version: "7.11.1",
description: "N2O MQTT TCP WebSocket",
package: package(),
deps: deps()]
Expand Down
2 changes: 1 addition & 1 deletion src/n2o.app.src
@@ -1,6 +1,6 @@
{application,n2o,
[{description,"N2O MQTT TCP WebSocket"},
{vsn,"7.10.0"},
{vsn,"7.11.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{mod, {n2o, []}}]}.

0 comments on commit 6677f21

Please sign in to comment.