Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jrusso1020 committed Jun 11, 2020
1 parent fce370c commit 884a33d
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.1.4"}
{:alpaca_elixir, "~> 0.1.5"}
]
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.1.4",
version: "0.1.5",
elixir: "~> 1.10",
preferred_cli_env: ["coveralls.html": :test],
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 884a33d

Please sign in to comment.