From 6ee03c0749656fd680bc14ec39be0ff03d5073a4 Mon Sep 17 00:00:00 2001 From: Eduardo Gurgel Date: Wed, 30 Dec 2015 22:42:24 +1300 Subject: [PATCH] Bump version to 0.3.0 [ci skip] --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 278f31f..f3b3b1e 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Tentacat.Mixfile do def project do [ app: :tentacat, - version: "0.2.1", + version: "0.3.0", elixir: "~> 1.0", name: "Tentacat", description: @description,