From e7e554e35fbc461697c13bc981b696f271d11aae Mon Sep 17 00:00:00 2001 From: "Ryan S. Northrup" Date: Wed, 15 Apr 2015 11:14:45 -0700 Subject: [PATCH] Version bump Forgot to do this, and this should probably be done (along with a push to Hex) --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 396d9c4..2b318ad 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule HttpRouter.Mixfile do def project do [ app: :http_router, - version: "0.0.4", + version: "0.0.5", elixir: "~> 1.0", deps: deps, name: "HttpRouter",