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,