From 3a318c7c1ab5dad47a2dab596936543c09b20521 Mon Sep 17 00:00:00 2001 From: jrusso1020 Date: Sat, 20 Jun 2020 14:59:32 -0400 Subject: [PATCH] 0.5.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b01218..acc0109 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index a05a597..b2b5445 100644 --- a/mix.exs +++ b/mix.exs @@ -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,