Skip to content

Commit

Permalink
Bump Horus to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Nov 28, 2024
1 parent ce0d28b commit 7cbeef7
Show file tree
Hide file tree
Showing 3 changed files with 5 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.3.0"}]}.
{deps, [{horus, "0.3.1"}]}.
```

Using Erlang.mk:

```make
# In your Makefile
DEPS += horus
dep_horus = hex 0.3.0
dep_horus = hex 0.3.1
```

Using Mix:
Expand All @@ -68,7 +68,7 @@ Using Mix:
# In mix.exs
defp deps do
[
{:horus, "0.3.0"}
{:horus, "0.3.1"}
]
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 <[email protected]>
@copyright 2021-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
@title The Horus library
@version 0.3.0
@version 0.3.1

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

0 comments on commit 7cbeef7

Please sign in to comment.