From dc2ac9130c4a84e1be5a9e0a71fcda33f5b3d67a Mon Sep 17 00:00:00 2001 From: Eduardo Date: Tue, 13 Oct 2020 17:18:44 +1300 Subject: [PATCH] Bump version 2.2.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 9311399..98282f3 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule Tentacat.Mixfile do def project do [ app: :tentacat, - version: "2.1.0", + version: "2.2.0", elixir: "~> 1.9", name: "Tentacat", description: @description,