Skip to content

Commit

Permalink
Release 1.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Dec 8, 2020
1 parent dc9cc4b commit b2a229e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
# Version 1.0.26

* Updating p1_utils to version 1.0.21.
* Update travis config

# Version 1.0.25
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -23,7 +23,7 @@
{erl_opts, [{platform_define, "^(R|1|20|21|22)", 'USE_OLD_PG2'},
debug_info]}.

{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.20"}}}]}.
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.21"}}}]}.

{port_specs, [{"priv/lib/ets_cache.so", ["c_src/ets_cache.c"]}]}.
{port_env, [{"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"},
Expand Down
2 changes: 1 addition & 1 deletion src/cache_tab.app.src
Expand Up @@ -23,7 +23,7 @@

{application, cache_tab,
[{description, "In-memory cache Erlang / Elixir library"},
{vsn, "1.0.25"},
{vsn, "1.0.26"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, p1_utils]},
Expand Down

0 comments on commit b2a229e

Please sign in to comment.