Skip to content

Commit

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

0 comments on commit 372c7a1

Please sign in to comment.