diff --git a/rebar.config b/rebar.config index fbbc2b5..f87232e 100644 --- a/rebar.config +++ b/rebar.config @@ -44,7 +44,7 @@ %% == Plugins == -{project_plugins, [rebar3_proper, rebar3_ex_doc]}. +{project_plugins, [rebar3_proper, rebar3_ex_doc, rebar3_hex]}. %% == Profiles == diff --git a/src/shards.app.src b/src/shards.app.src index 6b8b0f9..16166db 100644 --- a/src/shards.app.src +++ b/src/shards.app.src @@ -1,6 +1,6 @@ {application, shards, [ {description, "Erlang/Elixir library for partitioned or sharded ETS tables."}, - {vsn, "1.1.0"}, + {vsn, "1.1.1"}, {registered, []}, {applications, [ kernel,