Skip to content

Commit

Permalink
update to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrusso1020 committed May 17, 2021
1 parent 1f915e3 commit 799189a
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, "~> 1.0.0"}
{:alpaca_elixir, "~> 1.0.1"}
]
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: "1.0.0",
version: "1.0.1",
elixir: "~> 1.10",
preferred_cli_env: ["coveralls.html": :test],
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 799189a

Please sign in to comment.