diff --git a/About/About.xml b/About/About.xml
index f0c68399..3f7fd2c5 100644
--- a/About/About.xml
+++ b/About/About.xml
@@ -5,7 +5,7 @@
1.0
- Version 0.10.1
+ 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.
diff --git a/Source/Core/Meta/Version.cs b/Source/Core/Meta/Version.cs
index 5856c083..efcc1f8c 100644
--- a/Source/Core/Meta/Version.cs
+++ b/Source/Core/Meta/Version.cs
@@ -47,5 +47,6 @@ public enum Version
v0_9_11,
v0_10_0,
v0_10_1,
+ v1_0_0,
}
}
diff --git a/Source/Core/Meta/VersionUtility.cs b/Source/Core/Meta/VersionUtility.cs
index 7091144d..4c3351e6 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.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; }
diff --git a/Source/Organizer/NewsFeed.xml b/Source/Organizer/NewsFeed.xml
index e0dcd108..6b688365 100644
--- a/Source/Organizer/NewsFeed.xml
+++ b/Source/Organizer/NewsFeed.xml
@@ -4,7 +4,8 @@
-
+
+
Prison Labor v0.10.1
- This patch contains a lot of changes, so there can be bugs. Please [b]report bugs[/b] so I can repair them ASAP
diff --git a/changelog.txt b/changelog.txt
index bd9ad4a2..1e5b514e 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -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