diff --git a/QuickStart/GameData/QuickMods/QuickStart/Plugins/QuickStart.dll b/QuickStart/GameData/QuickMods/QuickStart/Plugins/QuickStart.dll
index a481269..529d7c2 100644
Binary files a/QuickStart/GameData/QuickMods/QuickStart/Plugins/QuickStart.dll and b/QuickStart/GameData/QuickMods/QuickStart/Plugins/QuickStart.dll differ
diff --git a/QuickStart/GameData/QuickMods/QuickStart/QuickStart.version b/QuickStart/GameData/QuickMods/QuickStart/QuickStart.version
index 9f69072..0def1ac 100644
--- a/QuickStart/GameData/QuickMods/QuickStart/QuickStart.version
+++ b/QuickStart/GameData/QuickMods/QuickStart/QuickStart.version
@@ -6,7 +6,7 @@
"VERSION": {
"MAJOR" : 2,
"MINOR" : 1,
- "PATCH" : 2,
+ "PATCH" : 3,
"BUILD" : 0
},
"KSP_VERSION": {
diff --git a/QuickStart/GameData/QuickMods/QuickStart/README.md b/QuickStart/GameData/QuickMods/QuickStart/README.md
index 520ce9a..2f66730 100644
--- a/QuickStart/GameData/QuickMods/QuickStart/README.md
+++ b/QuickStart/GameData/QuickMods/QuickStart/README.md
@@ -34,6 +34,11 @@ Delete the QuickMods/QuickStart folder in your KSP/GameData folder.
#### Changelog
+v2.13 - 2017.02.18
+* New: Added a black screen when QuickStart wait,
+* Fix: Corrected the start to last vessel to keep all contracts (thanks Liquid5n0w & Jebs_SY),
+* Fix: Corrected text position with small resolution.
+
v2.12 - 2017.01.14
* Fix: Corrected the error with LanguageAPI and unloaded plugins.
diff --git a/QuickStart/Properties/AssemblyInfo.cs b/QuickStart/Properties/AssemblyInfo.cs
index 0e4a7d9..4a7b5fe 100644
--- a/QuickStart/Properties/AssemblyInfo.cs
+++ b/QuickStart/Properties/AssemblyInfo.cs
@@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
-[assembly: AssemblyVersion ("2.1.2.*")]
+[assembly: AssemblyVersion ("2.1.3.*")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
diff --git a/QuickStart/QuickStart.csproj b/QuickStart/QuickStart.csproj
index 65c9d21..ec21345 100644
--- a/QuickStart/QuickStart.csproj
+++ b/QuickStart/QuickStart.csproj
@@ -47,6 +47,7 @@
+
diff --git a/QuickStart/QuickStart.version b/QuickStart/QuickStart.version
index 9f69072..0def1ac 100644
--- a/QuickStart/QuickStart.version
+++ b/QuickStart/QuickStart.version
@@ -6,7 +6,7 @@
"VERSION": {
"MAJOR" : 2,
"MINOR" : 1,
- "PATCH" : 2,
+ "PATCH" : 3,
"BUILD" : 0
},
"KSP_VERSION": {
diff --git a/QuickStart/README.md b/QuickStart/README.md
index 520ce9a..2f66730 100644
--- a/QuickStart/README.md
+++ b/QuickStart/README.md
@@ -34,6 +34,11 @@ Delete the QuickMods/QuickStart folder in your KSP/GameData folder.
#### Changelog
+v2.13 - 2017.02.18
+* New: Added a black screen when QuickStart wait,
+* Fix: Corrected the start to last vessel to keep all contracts (thanks Liquid5n0w & Jebs_SY),
+* Fix: Corrected text position with small resolution.
+
v2.12 - 2017.01.14
* Fix: Corrected the error with LanguageAPI and unloaded plugins.