From 324f4217128e3a12231f82907f32527a50761f9b Mon Sep 17 00:00:00 2001 From: Edward Wright Date: Fri, 9 Jul 2021 15:19:10 -0400 Subject: [PATCH] Updated versions for 0.6.0-beta release. --- Installer-System/Installer-System.aip | 6 +++--- Installer/Installer.aip | 6 +++--- SimplySerial/SimplySerial.cs | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Installer-System/Installer-System.aip b/Installer-System/Installer-System.aip index b236ff1..89f3360 100644 --- a/Installer-System/Installer-System.aip +++ b/Installer-System/Installer-System.aip @@ -1,5 +1,5 @@ - + @@ -13,10 +13,10 @@ - + - + diff --git a/Installer/Installer.aip b/Installer/Installer.aip index b9d8d9c..eb27fd5 100644 --- a/Installer/Installer.aip +++ b/Installer/Installer.aip @@ -1,5 +1,5 @@ - + @@ -13,10 +13,10 @@ - + - + diff --git a/SimplySerial/SimplySerial.cs b/SimplySerial/SimplySerial.cs index 40c205e..411ae70 100644 --- a/SimplySerial/SimplySerial.cs +++ b/SimplySerial/SimplySerial.cs @@ -13,7 +13,7 @@ namespace SimplySerial { class SimplySerial { - const string version = "0.6.0"; + const string version = "0.6.0-beta"; private const int STD_OUTPUT_HANDLE = -11; private const uint ENABLE_VIRTUAL_TERMINAL_PROCESSING = 0x0004;