From 2d2ad6882c08d6f6797c73a0d34232d8b568185b Mon Sep 17 00:00:00 2001 From: Sonny Scroggin Date: Wed, 1 Apr 2015 01:28:11 -0500 Subject: [PATCH] Bump version to 0.1.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 68f16b6..582bda4 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule Hedwig.Mixfile do def project do [ app: :hedwig, - version: "0.0.4", + version: "0.1.0", elixir: "~> 1.0", deps: deps, description: @description,