Skip to content

Commit

Permalink
Release 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed May 2, 2022
1 parent f9c08ef commit b87975f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.0.15

* Updating p1_utils to version 1.0.25.

# Version 1.0.14

* Updating p1_utils to version 1.0.23.
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

{port_specs, [{"priv/lib/mqtree.so", ["c_src/mqtree.c"]}]}.

{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.23"}}}]}.
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.25"}}}]}.

{clean_files, ["c_src/mqtree.gcda", "c_src/mqtree.gcno"]}.

Expand Down
2 changes: 1 addition & 1 deletion src/mqtree.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{application, mqtree,
[
{description, "Index tree for MQTT topic filters"},
{vsn, "1.0.14"},
{vsn, "1.0.15"},
{registered, []},
{applications, [kernel, stdlib, p1_utils]},
{env, []},
Expand Down

0 comments on commit b87975f

Please sign in to comment.