From feb145cb313de312640e87ef68e4bfcae5aab237 Mon Sep 17 00:00:00 2001 From: Vanessa K Lee Date: Tue, 9 Nov 2021 16:39:46 -0600 Subject: [PATCH] bump project version to 1.1.8 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index a7a8bd3..1a0528c 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Akin.Mixfile do def project do [ app: :akin, - version: "0.1.7", + version: "0.1.8", elixir: "~> 1.7", name: "Akin", source_url: "https://github.com/vanessaklee/akin",