Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrusso1020 committed Jun 20, 2020
1 parent a1b31f2 commit 3a318c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ by adding `alpaca_elixir` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:alpaca_elixir, "~> 0.4.0"}
{:alpaca_elixir, "~> 0.5.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule AlpacaElixir.MixProject do
def project do
[
app: :alpaca_elixir,
version: "0.4.0",
version: "0.5.0",
elixir: "~> 1.10",
preferred_cli_env: ["coveralls.html": :test],
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 3a318c7

Please sign in to comment.