diff --git a/README.md b/README.md index 5047d2c..7bbc819 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed 1. Add witchcraft to your list of dependencies in `mix.exs`: def deps do - [{:witchcraft, "~> 0.1.0"}] + [{:witchcraft, "~> 0.2.0"}] end 2. Ensure witchcraft is started before your application: diff --git a/mix.exs b/mix.exs index 5e12c98..95fb69b 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Witchcraft.Mixfile do [app: :witchcraft, name: "Witchcraft", - version: "0.1.0", + version: "0.2.0", elixir: "~> 1.1", source_url: "https://github.com/robot-overlord/witchcraft",