diff --git a/Installer-System/Installer-System.aip b/Installer-System/Installer-System.aip index eae2725..faff957 100644 --- a/Installer-System/Installer-System.aip +++ b/Installer-System/Installer-System.aip @@ -20,10 +20,10 @@ - + - + diff --git a/Installer/Installer.aip b/Installer/Installer.aip index e2f4618..652bd78 100644 --- a/Installer/Installer.aip +++ b/Installer/Installer.aip @@ -20,10 +20,10 @@ - + - + diff --git a/SimplySerial/SimplySerial.cs b/SimplySerial/SimplySerial.cs index b5015e9..883507c 100644 --- a/SimplySerial/SimplySerial.cs +++ b/SimplySerial/SimplySerial.cs @@ -15,7 +15,7 @@ namespace SimplySerial { class SimplySerial { - const string version = "0.9.0"; + const string version = "0.9.1"; private const int STD_OUTPUT_HANDLE = -11; private const uint ENABLE_VIRTUAL_TERMINAL_PROCESSING = 0x0004;