From 8912ecf6093cbf43daaee0992285ed788cf680a8 Mon Sep 17 00:00:00 2001 From: "Ryan S. Northrup" Date: Wed, 18 May 2016 23:13:55 +0000 Subject: [PATCH] Version bump --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 5416dba..b6d3555 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Plugs.Mixfile do def project do [ app: :plugs, - version: "0.1.0", + version: "0.1.1", elixir: "~> 1.0", name: "Plugs", deps: deps,