Skip to content

Commit b102d4c

Browse files
committed
Release 1.0.14
1 parent d5400ea commit b102d4c

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.0.14
2+
3+
* Updating p1_utils to version 1.0.27.
4+
15
# Version 1.0.13
26

37
* Updating p1_utils to version 1.0.26.

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
{port_specs, [{"priv/lib/ezlib.so", ["c_src/ezlib.c"]}]}.
2929

30-
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}}]}.
30+
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.27"}}}]}.
3131

3232
{clean_files, ["c_src/ezlib.gcda", "c_src/ezlib.gcno"]}.
3333

src/ezlib.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
%%%----------------------------------------------------------------------
2323
{application, ezlib,
2424
[{description, "Native zlib driver for Erlang / Elixir"},
25-
{vsn, "1.0.13"},
25+
{vsn, "1.0.14"},
2626
{modules, []},
2727
{registered, []},
2828
{applications, [kernel, stdlib]},

0 commit comments

Comments
 (0)