From 73ec5c847b745ffe9171341ecb4963fd7ca2bdd2 Mon Sep 17 00:00:00 2001 From: Eduardo Gurgel Date: Mon, 8 Jun 2020 21:41:28 +1200 Subject: [PATCH] Bump version 2.0.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c16f37f..cd0702c 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule Tentacat.Mixfile do def project do [ app: :tentacat, - version: "2.0.0", + version: "2.0.1", elixir: "~> 1.9", name: "Tentacat", description: @description,