From 359f8072e057627785e0c66e636353d145cc6d18 Mon Sep 17 00:00:00 2001 From: Hugo Duksis Date: Wed, 15 Jun 2016 19:13:58 +0300 Subject: [PATCH] bump version [ci skip] --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 91b40b7..db057a1 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Tentacat.Mixfile do def project do [ app: :tentacat, - version: "0.5.1", + version: "0.5.2", elixir: "~> 1.0", name: "Tentacat", description: @description,