From ce5a0caae7e5ca80ccd1286c975c4cca66cb9b9b Mon Sep 17 00:00:00 2001 From: Carlos Andres Bolanos Date: Sat, 25 May 2024 13:18:27 +0200 Subject: [PATCH] Release v1.1.1 --- rebar.config | 2 +- src/shards.app.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,