From 2e88259a9c50495bfb713047815ab205f1a89d24 Mon Sep 17 00:00:00 2001 From: Brian Balser Date: Tue, 26 Mar 2019 10:22:06 -0400 Subject: [PATCH] Bumped version to 1.0.2 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dadd62e..523d86c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ by adding `divo` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:divo, "~> 1.0.1", only: [:dev, :integration], organization: "smartcolumbus_os"} + {:divo, "~> 1.0.2", only: [:dev, :integration], organization: "smartcolumbus_os"} ] end ``` diff --git a/mix.exs b/mix.exs index 93a715f..de4b8dd 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Divo.MixProject do def project do [ app: :divo, - version: "1.0.1", + version: "1.0.2", elixir: "~> 1.8", start_permanent: Mix.env() == :prod, deps: deps(),