Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviuz committed Oct 28, 2019
1 parent cae3cbc commit 1175896
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<supportedVersions>
<li>1.0</li>
</supportedVersions>
<description>Version 1.0.2
<description>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.
Expand Down
Binary file modified Assemblies/PrisonLabor.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>
<p align="center">
<a href="https://github.com/Aviuz/PrisonLabor/releases">
<img src="https://img.shields.io/badge/version-1.0.2-orange.svg?style=flat" alt="v1.0.2" />
<img src="https://img.shields.io/badge/version-1.0.2-orange.svg?style=flat" alt="v1.0.3" />
</a>
</p>

Expand Down
1 change: 1 addition & 0 deletions Source/Core/Meta/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ public enum Version
v1_0_0,
v1_0_1,
v1_0_2,
v1_0_3,
}
}
4 changes: 2 additions & 2 deletions Source/Core/Meta/VersionUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down
1 change: 1 addition & 0 deletions Source/Organizer/NewsFeed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<!-- [img] ... [/img] for image (inside name of file) -->
<!-- [gap] for gap -->
<patches>
<patch version="1.0.3" silent="true"/>
<patch version="1.0.2" silent="true"/>
<patch version="1.0.1" silent="true"/>
<patch version="1.0.0" silent="true"/>
Expand Down
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1175896

Please sign in to comment.