Skip to content

Commit

Permalink
Release 1.0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jul 17, 2024
1 parent 934d41b commit a5c7e81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 1.0.54

* Updating fast_tls to version 1.1.21.
* Updating stun to version 1.2.14.

# Version 1.0.53

* Updating stun to version 1.2.13.
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

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

{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.13"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.20"}}},
{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.14"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.21"}}},
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}}]}.

{clean_files, ["c_src/esip_codec.gcda", "c_src/esip_codec.gcno"]}.
Expand Down
2 changes: 1 addition & 1 deletion src/esip.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
%%%----------------------------------------------------------------------
{application, esip,
[{description, "ProcessOne SIP server component in Erlang"},
{vsn, "1.0.53"},
{vsn, "1.0.54"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, fast_tls, p1_utils, stun]},
Expand Down

0 comments on commit a5c7e81

Please sign in to comment.