From 46218055e3c6f0b6954a3d4efe5bc38abc806993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Thu, 16 May 2024 10:17:48 +0200 Subject: [PATCH] Bump Khepri to version 0.14.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 312eb305..6b9f2296 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Using Rebar: ```erlang %% In rebar.config -{deps, [{khepri, "0.13.0"}]}. +{deps, [{khepri, "0.14.0"}]}. ``` Using Erlang.mk: @@ -56,7 +56,7 @@ Using Erlang.mk: ```make # In your Makefile DEPS += khepri -dep_khepri = hex 0.13.0 +dep_khepri = hex 0.14.0 ``` Using Mix: @@ -65,7 +65,7 @@ Using Mix: # In mix.exs defp deps do [ - {:khepri, "0.13.0"} + {:khepri, "0.14.0"} ] end ``` diff --git a/doc/overview.edoc b/doc/overview.edoc index 94a30bca..c8b0e901 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.13.0 +@version 0.14.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 61baa830..d881f789 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.13.0"}, + {vsn, "0.14.0"}, {registered, [khepri_sup, khepri_event_handler]}, {applications,