Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Nov 8, 2015
1 parent 006593a commit 663c04d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -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",
Expand Down

0 comments on commit 663c04d

Please sign in to comment.