From a1c316b4cb23dce4bca75d8dfc4b32151a91838d Mon Sep 17 00:00:00 2001 From: Ian Lee Clark Date: Sat, 6 Jul 2019 17:42:08 +0200 Subject: [PATCH] Bumping minor version for release --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 5b698152..818eb08f 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule U2fEx.MixProject do def project do [ app: :u2f_ex, - version: "0.4.0", + version: "0.4.1", elixir: "~> 1.7", start_permanent: Mix.env() == :prod, aliases: aliases(),