From ddb968bb032c99ed2e347c87b10fb7df5393f029 Mon Sep 17 00:00:00 2001 From: Dan Swain Date: Sun, 1 Nov 2020 20:43:22 -0500 Subject: [PATCH] Version bump --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 97fd377..f57f28d 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Kayrock.MixProject do def project do [ app: :kayrock, - version: "0.1.11", + version: "0.1.12", elixir: "~> 1.1", elixirc_paths: elixirc_paths(Mix.env()), test_coverage: [tool: ExCoveralls],