From 02fa8f035e96e2d2574f6136ae0c9cc84260f551 Mon Sep 17 00:00:00 2001 From: parroty Date: Mon, 12 Sep 2016 06:54:00 +0900 Subject: [PATCH] Bump version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 8a895d8..d1f94f0 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule ExCheck.Mixfile do name: "ExCheck", source_url: "https://github.com/parroty/ExCheck.git", homepage_url: "https://github.com/parroty/ExCheck.git", - version: "0.5.0", + version: "0.5.1", elixir: "~> 1.0", deps: deps, description: description,