From 25cf940889edbde76bec6850548c1e4ca051a406 Mon Sep 17 00:00:00 2001 From: Brian Balser Date: Thu, 21 Mar 2019 12:08:30 -0400 Subject: [PATCH] Bumped version to 1.0.1 --- README.md | 3 +-- mix.exs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 601120c..dadd62e 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ by adding `divo` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - - {:divo, "~> 1.0.0", only: [:dev, :integration], organization: "smartcolumbus_os"} + {:divo, "~> 1.0.1", only: [:dev, :integration], organization: "smartcolumbus_os"} ] end ``` diff --git a/mix.exs b/mix.exs index c41fa73..a5bd88d 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Divo.MixProject do def project do [ app: :divo, - version: "1.0.0", + version: "1.0.1", elixir: "~> 1.7", start_permanent: Mix.env() == :prod, deps: deps(),