Skip to content

Commit

Permalink
Release 1.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Oct 16, 2023
1 parent 8ef94ff commit 4e58523
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.50

* Updating stun to version 1.2.10.

# Version 1.0.49

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

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

{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.7"}}},
{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.10"}}},
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.16"}}},
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.25"}}}]}.

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.49"},
{vsn, "1.0.50"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, fast_tls, p1_utils, stun]},
Expand Down

0 comments on commit 4e58523

Please sign in to comment.