From 608d11ce89bbbdc4c16634a1245b86220c9d4a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Wed, 5 Apr 2023 09:58:16 +0200 Subject: [PATCH] Bump Horus to version 0.2.3 --- README.md | 6 +++--- doc/overview.edoc | 2 +- src/horus.app.src | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 57b15b2..e47eca7 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Using Rebar: ```erlang %% In rebar.config -{deps, [{horus, "0.2.2"}]}. +{deps, [{horus, "0.2.3"}]}. ``` Using Erlang.mk: @@ -47,7 +47,7 @@ Using Erlang.mk: ```make # In your Makefile DEPS += horus -dep_horus = hex 0.2.2 +dep_horus = hex 0.2.3 ``` Using Mix: @@ -56,7 +56,7 @@ Using Mix: # In mix.exs defp deps do [ - :horus, "0.2.2"} + :horus, "0.2.3"} ] end ``` diff --git a/doc/overview.edoc b/doc/overview.edoc index 3eb1505..2460e19 100644 --- a/doc/overview.edoc +++ b/doc/overview.edoc @@ -3,7 +3,7 @@ @author The RabbitMQ team @copyright 2021-2023 VMware, Inc. or its affiliates. All rights reserved. @title The Horus library -@version 0.2.2 +@version 0.2.3 @doc Horus is a library that extracts an anonymous function's code and creates a diff --git a/src/horus.app.src b/src/horus.app.src index 9dddb31..50b262c 100644 --- a/src/horus.app.src +++ b/src/horus.app.src @@ -5,7 +5,7 @@ %% * README.md %% * doc/overview.edoc %% Pay attention to links in particular. - {vsn, "0.2.2"}, + {vsn, "0.2.3"}, {applications, [kernel, stdlib,