Skip to content

Commit

Permalink
Release 1.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jan 17, 2023
1 parent 5586f0d commit 8ef94ff
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.49

* Updating stun to version 1.2.7.

# Version 1.0.48

* Updating fast_tls to version 1.1.16.
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.6"}}},
{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.2.7"}}},
{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.48"},
{vsn, "1.0.49"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, fast_tls, p1_utils, stun]},
Expand Down

0 comments on commit 8ef94ff

Please sign in to comment.