From d4bf81a3b614cee0afc3768dc83eb1e584fdcae7 Mon Sep 17 00:00:00 2001 From: Brien Wankel Date: Wed, 11 Oct 2017 10:44:13 -0700 Subject: [PATCH] Version 0.1.1 Update supported key algorithm list to match OTP --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 7165255..b0b0c36 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule SSHClientKeyApi.Mixfile do use Mix.Project - @version "0.1.0" + @version "0.1.1" @source "https://github.com/labzero/ssh_client_key_api"