From 5c70d55464d4f463418f15556a242df7e7abd969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Thu, 12 Sep 2024 17:22:21 +0200 Subject: [PATCH] Bump Khepri to version 0.16.0 --- README.md | 6 +++--- doc/overview.edoc | 2 +- src/khepri.app.src | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ad0aea69..e7d492ab 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Using Rebar: ```erlang %% In rebar.config -{deps, [{khepri, "0.15.0"}]}. +{deps, [{khepri, "0.16.0"}]}. ``` Using Erlang.mk: @@ -56,7 +56,7 @@ Using Erlang.mk: ```make # In your Makefile DEPS += khepri -dep_khepri = hex 0.15.0 +dep_khepri = hex 0.16.0 ``` Using Mix: @@ -65,7 +65,7 @@ Using Mix: # In mix.exs defp deps do [ - {:khepri, "0.15.0"} + {:khepri, "0.16.0"} ] end ``` diff --git a/doc/overview.edoc b/doc/overview.edoc index 48476077..381da14e 100644 --- a/doc/overview.edoc +++ b/doc/overview.edoc @@ -5,7 +5,7 @@ @author The RabbitMQ team @copyright 2021-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. @title The Khepri Database -@version 0.15.0 +@version 0.16.0 @doc Khepri is a tree-like replicated on-disk database library for Erlang and diff --git a/src/khepri.app.src b/src/khepri.app.src index adf5bb72..844d1142 100644 --- a/src/khepri.app.src +++ b/src/khepri.app.src @@ -5,7 +5,7 @@ %% * README.md %% * doc/overview.edoc %% Pay attention to links in particular. - {vsn, "0.15.0"}, + {vsn, "0.16.0"}, {registered, [khepri_sup, khepri_event_handler]}, {applications,