From 1ccae1865e4affe8db0489f0f7544c7b8c98f8ef Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Thu, 29 Nov 2018 20:31:12 -0500 Subject: [PATCH] v1.3.0 release --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index d241b89..7de444f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Circuits.UART.MixProject do use Mix.Project - @version "1.2.1" + @version "1.3.0" @description "Discover and use UARTs and serial ports in Elixir."