From ba43f073d0503da5ffe45f979994ca4ba2f713b9 Mon Sep 17 00:00:00 2001 From: Edward Wright Date: Wed, 5 Jun 2019 11:55:25 -0400 Subject: [PATCH] bump version to 0.2.0 --- SimplySerial/SimplySerial.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimplySerial/SimplySerial.cs b/SimplySerial/SimplySerial.cs index 65685a4..708ab0a 100644 --- a/SimplySerial/SimplySerial.cs +++ b/SimplySerial/SimplySerial.cs @@ -13,7 +13,7 @@ namespace SimplySerial static SerialPort serialPort; // default comspec values and application settings set here will be overridden by values passed through command-line arguments - static readonly string version = "0.1.0"; + static readonly string version = "0.2.0"; static bool Quiet = false; static bool NoWait = false; static ComPort port;