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;