Skip to content

Commit

Permalink
Merge pull request #182 from esl/package
Browse files Browse the repository at this point in the history
Update versions and prepare for new package
  • Loading branch information
NelsonVides authored Mar 5, 2024
2 parents d04348c + a5f7d83 commit 0d47028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It can be used as a `rebar3` dependency:

```erlang
{deps, [
{amoc, "3.0.0"}
{amoc, "3.2.0"}
]}.
```

Expand All @@ -21,7 +21,7 @@ or in `mix`:
```elixir
defp deps() do
[
{:amoc, "~> 3.0"}
{:amoc, "~> 3.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{wait_helper, "0.2.0"}
]}
]},
{elvis, [{plugins, [{rebar3_lint, "3.0.1"}]}]}
{elvis, [{plugins, [{rebar3_lint, "3.2.3"}]}]}
]}.

{relx, [
Expand Down

0 comments on commit 0d47028

Please sign in to comment.