diff --git a/About/About.xml b/About/About.xml index df09fca..48cef9b 100644 --- a/About/About.xml +++ b/About/About.xml @@ -2,7 +2,7 @@ Food Alert Mehni - 1.0.0 + 0.19.0 https://github.com/Mehni/FoodAlert/releases/latest - v1.0.0.0\n\n Shows a persistent readout with the amount of food you currently have in storage, and an estimate of how long stocks will last. + v1.0.1\n\n Shows a persistent readout with the amount of food you currently have in storage, and an estimate of how long stocks will last. \ No newline at end of file diff --git a/Assemblies/0Harmony.dll b/Assemblies/0Harmony.dll index 488b2ff..6c0dd94 100644 Binary files a/Assemblies/0Harmony.dll and b/Assemblies/0Harmony.dll differ diff --git a/Assemblies/FoodAlert.dll b/Assemblies/FoodAlert.dll index 8a90feb..85e4a1f 100644 Binary files a/Assemblies/FoodAlert.dll and b/Assemblies/FoodAlert.dll differ diff --git a/Source/FoodAlert/FoodAlert.csproj b/Source/FoodAlert/FoodAlert.csproj index 699b93d..270973c 100644 --- a/Source/FoodAlert/FoodAlert.csproj +++ b/Source/FoodAlert/FoodAlert.csproj @@ -31,9 +31,9 @@ 4 - + False - ..\..\..\0Harmony.dll + ..\..\..\..\..\..\..\..\..\Users\Maniak\Documents\RimWorld Mods\0Harmony.dll ..\..\..\..\RimWorldWin_Data\Managed\Assembly-CSharp.dll diff --git a/Source/FoodAlert/Properties/AssemblyInfo.cs b/Source/FoodAlert/Properties/AssemblyInfo.cs index 8d024bf..8ef6013 100644 --- a/Source/FoodAlert/Properties/AssemblyInfo.cs +++ b/Source/FoodAlert/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.1.0.1")] +[assembly: AssemblyFileVersion("0.1.0.1")]