Skip to content

Commit

Permalink
Bump Horus to version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Mar 11, 2024
1 parent 0d2215e commit d9ad179
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ Using Rebar:

```erlang
%% In rebar.config
{deps, [{horus, "0.2.4"}]}.
{deps, [{horus, "0.2.5"}]}.
```

Using Erlang.mk:

```make
# In your Makefile
DEPS += horus
dep_horus = hex 0.2.4
dep_horus = hex 0.2.5
```

Using Mix:
Expand All @@ -68,7 +68,7 @@ Using Mix:
# In mix.exs
defp deps do
[
{:horus, "0.2.4"}
{:horus, "0.2.5"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@author The RabbitMQ team <info@rabbitmq.com>
@copyright 2021-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
@title The Horus library
@version 0.2.4
@version 0.2.5

@doc
Horus is a library that extracts an anonymous function's code as well as the
Expand Down
3 changes: 2 additions & 1 deletion src/horus.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
%% * README.md
%% * doc/overview.edoc
%% Pay attention to links in particular.
{vsn, "0.2.4"},
{vsn, "0.2.5"},
{registered, []},
{applications,
[erts,
kernel,
Expand Down

0 comments on commit d9ad179

Please sign in to comment.