diff --git a/About/About.xml b/About/About.xml index 2aacc163..1a7b0924 100644 --- a/About/About.xml +++ b/About/About.xml @@ -5,7 +5,7 @@
  • 1.0
  • - Version 1.0.2 + Version 1.0.3 This mod force prisoners to work. To enable this feature prisoners must have "Force to work" option checked ("Prisoner" tab). Prison labor needs management that consist: - Motivation - prisoners need to be motivated by presence of colonists. Wardens have new job - supervising prisoners. Low motivation can lead to revolts. diff --git a/Assemblies/PrisonLabor.dll b/Assemblies/PrisonLabor.dll index fa9a3c02..87cbb373 100644 Binary files a/Assemblies/PrisonLabor.dll and b/Assemblies/PrisonLabor.dll differ diff --git a/README.md b/README.md index 8c345ea9..fc5b72be 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

    - v1.0.2 + v1.0.3

    diff --git a/Source/Core/Meta/Version.cs b/Source/Core/Meta/Version.cs index bd010019..4d78b560 100644 --- a/Source/Core/Meta/Version.cs +++ b/Source/Core/Meta/Version.cs @@ -50,5 +50,6 @@ public enum Version v1_0_0, v1_0_1, v1_0_2, + v1_0_3, } } diff --git a/Source/Core/Meta/VersionUtility.cs b/Source/Core/Meta/VersionUtility.cs index 70cd449a..e6654caa 100644 --- a/Source/Core/Meta/VersionUtility.cs +++ b/Source/Core/Meta/VersionUtility.cs @@ -5,8 +5,8 @@ namespace PrisonLabor.Core.Meta { class VersionUtility { - public const Version versionNumber = Version.v1_0_2; - public const string versionString = "1.0.2"; + public const Version versionNumber = Version.v1_0_3; + public const string versionString = "1.0.3"; public static Version VersionOfSaveFile { get; set; } diff --git a/Source/Organizer/NewsFeed.xml b/Source/Organizer/NewsFeed.xml index e7cec5dd..192de0a5 100644 --- a/Source/Organizer/NewsFeed.xml +++ b/Source/Organizer/NewsFeed.xml @@ -4,6 +4,7 @@ + diff --git a/changelog.txt b/changelog.txt index e7495e73..8fde762c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,6 @@ Changelog: +1.0.3 +- updated Traditional Chinese translation, thanks to shiuanyue 1.0.2 - set minimum 500 points for suicide event 1.0.1