Skip to content

Commit 5c3a734

Browse files
committed
Bump Horus to version 0.4.0
1 parent e99b47c commit 5c3a734

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ Using Rebar:
5151

5252
```erlang
5353
%% In rebar.config
54-
{deps, [{horus, "0.3.3"}]}.
54+
{deps, [{horus, "0.4.0"}]}.
5555
```
5656

5757
Using Erlang.mk:
5858

5959
```make
6060
# In your Makefile
6161
DEPS += horus
62-
dep_horus = hex 0.3.3
62+
dep_horus = hex 0.4.0
6363
```
6464

6565
Using Mix:
@@ -68,7 +68,7 @@ Using Mix:
6868
# In mix.exs
6969
defp deps do
7070
[
71-
{:horus, "0.3.3"}
71+
{:horus, "0.4.0"}
7272
]
7373
end
7474
```

doc/overview.edoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@author The RabbitMQ team <info@rabbitmq.com>
44
@copyright 2021-2026 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
55
@title The Horus library
6-
@version 0.3.3
6+
@version 0.4.0
77

88
@doc
99
Horus is a library that extracts an anonymous function's code as well as the

src/horus.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%% * README.md
66
%% * doc/overview.edoc
77
%% Pay attention to links in particular.
8-
{vsn, "0.3.3"},
8+
{vsn, "0.4.0"},
99
{registered, []},
1010
{applications,
1111
[erts,

0 commit comments

Comments
 (0)