Skip to content

Commit

Permalink
Bump Horus to version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Apr 5, 2023
1 parent 1332402 commit 608d11c
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 @@ -39,15 +39,15 @@ Using Rebar:

```erlang
%% In rebar.config
{deps, [{horus, "0.2.2"}]}.
{deps, [{horus, "0.2.3"}]}.
```

Using Erlang.mk:

```make
# In your Makefile
DEPS += horus
dep_horus = hex 0.2.2
dep_horus = hex 0.2.3
```

Using Mix:
Expand All @@ -56,7 +56,7 @@ Using Mix:
# In mix.exs
defp deps do
[
:horus, "0.2.2"}
:horus, "0.2.3"}
]
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-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
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.2.2"},
{vsn, "0.2.3"},
{applications,
[kernel,
stdlib,
Expand Down

0 comments on commit 608d11c

Please sign in to comment.