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(),