Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Mar 24, 2023
1 parent efec91a commit 54bc413
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 @@ -6,7 +6,7 @@ defmodule N2O.Mixfile do
def project do
[
app: :n2o,
version: "10.3.2",
version: "10.3.3",
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,"9.11.0"},
{vsn,"10.3.3"},
{registered,[]},
{applications,[kernel,stdlib]},
{mod, {n2o, []}}]}.

0 comments on commit 54bc413

Please sign in to comment.