Skip to content

Commit 4b79b13

Browse files
committed
Release 1.0.32
1 parent 28125d7 commit 4b79b13

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.32
2+
3+
* Updating p1_utils to version 1.0.27.
4+
15
# Version 1.0.31
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
@@ -23,7 +23,7 @@
2323
{erl_opts, [{platform_define, "^(R|1|20|21|22)", 'USE_OLD_PG2'},
2424
debug_info]}.
2525

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

2828
{port_specs, [{"priv/lib/ets_cache.so", ["c_src/ets_cache.c"]}]}.
2929
{port_env, [{"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"},

src/cache_tab.app.src

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

2424
{application, cache_tab,
2525
[{description, "In-memory cache Erlang / Elixir library"},
26-
{vsn, "1.0.31"},
26+
{vsn, "1.0.32"},
2727
{modules, []},
2828
{registered, []},
2929
{applications, [kernel, stdlib, p1_utils]},

0 commit comments

Comments
 (0)