Skip to content

Commit

Permalink
Merge pull request #240 from Aviuz/1.3.2
Browse files Browse the repository at this point in the history
1.3.2 release candidate
  • Loading branch information
Hazzer authored Sep 6, 2021
2 parents 5915d3b + b076357 commit 820f7f0
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 6 deletions.
Binary file added 1.3/Assemblies/0MultiplayerAPI.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/PrisonLabor.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</li>
</modDependencies>

<description>Version 1.3.1
<description>Version 1.3.2

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
2 changes: 1 addition & 1 deletion MakeRelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SET target_directory=D:\Gry\Steam\steamapps\common\RimWorld\Mods\%mod_name%
SET zip_directory=C:\Users\Hazzer\Desktop\%mod_name%.zip

:: ========= Copy ==========
del "%zip_directory%"
rd "%target_directory%" /s /q
mkdir "%target_directory%"

Expand Down
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.3.1-orange.svg?style=flat" alt="v1.3.1" />
<img src="https://img.shields.io/badge/version-1.3.2-orange.svg?style=flat" alt="v1.3.2" />
</a>
</p>

Expand Down
3 changes: 2 additions & 1 deletion Source/Core/Meta/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public enum Version
v1_2_4,
v1_2_5,
v1_3,
v1_3_1
v1_3_1,
v1_3_2
}
}
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_3_1;
public const string versionString = "1.3.1";
public const Version versionNumber = Version.v1_3_2;
public const string versionString = "1.3.2";

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.3.2" silent="true"/>
<patch version="1.3.0" silent ="false">
<title>Prison Labor v 1.3.0</title>
<items>
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.3.2
- Added Multiplayer mod compatibility (https://github.com/Thomas107500)
1.3.1
- Added NPR checks for new table workers
- Added Work and Convert option (https://github.com/samdeane)
Expand Down

0 comments on commit 820f7f0

Please sign in to comment.