diff --git a/README.md b/README.md index 40c308f..67c5996 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Add `exstatic` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:exstatic, "~> 0.1.0"} + {:exstatic, "~> 0.1.2", organization: "zappi"} ] end ``` diff --git a/mix.exs b/mix.exs index 98fad69..08b1359 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Exstatic.MixProject do use Mix.Project - @version "0.1.1" + @version "0.1.2" @repo "Intellection/exstatic" @source_url "https://github.com/#{@repo}"