Skip to content

Commit

Permalink
Upgrade version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviuz committed Oct 27, 2019
1 parent f4f816a commit d55f0ae
Show file tree
Hide file tree
Showing 5 changed files with 9 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 0.10.1
<description>Version 1.0.0

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
1 change: 1 addition & 0 deletions Source/Core/Meta/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ public enum Version
v0_9_11,
v0_10_0,
v0_10_1,
v1_0_0,
}
}
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.v0_10_1;
public const string versionString = "0.10.1";
public const Version versionNumber = Version.v1_0_0;
public const string versionString = "1.0.0";

public static Version VersionOfSaveFile { get; set; }

Expand Down
3 changes: 2 additions & 1 deletion Source/Organizer/NewsFeed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<!-- [img] ... [/img] for image (inside name of file) -->
<!-- [gap] for gap -->
<patches>
<patch version="0.10.1">
<patch version="1.0.0" silent="true"/>
<patch version="0.10.1" silent="false">
<title>Prison Labor v0.10.1</title>
<items>
<item>This patch contains a lot of changes, so there can be bugs. Please [b]report bugs[/b] so I can repair them ASAP</item>
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Changelog:
1.0.0
- fixed tutorial window constantly showing
- fixed news pop-up auto-showing on minor changes too (it auto-shows only on major changes)
============== BETA VERSION ==============
0.10.1
- reworked news pop-up window
Expand Down

0 comments on commit d55f0ae

Please sign in to comment.