diff --git a/About/About.xml b/About/About.xml index 0d3d9a0..94b88ee 100644 --- a/About/About.xml +++ b/About/About.xml @@ -39,9 +39,10 @@ chrisi51: German translation Szymon Socha: Polish translation enescaglayan: Turkish translation Jorge Martínez: Spanish translations +CrapoFR: French translation <size=24>Version</size> -This is version 2.10.84, for RimWorld 1.0.2282. +This is version 2.11.85, for RimWorld 1.0.2408. diff --git a/About/Manifest.xml b/About/Manifest.xml index 622b269..d19bb5b 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,6 +1,6 @@ - 2.10.84 + 2.11.85 https://cdn.jsdelivr.net/gh/fluffy-mods/MedicalTab/About/Manifest.xml - https://github.com/fluffy-mods/MedicalTab/releases/v2.10.84 + https://github.com/fluffy-mods/MedicalTab/releases/v2.11.85 \ No newline at end of file diff --git a/Assemblies/DynamicPawnTable.dll b/Assemblies/DynamicPawnTable.dll index 56a62fe..20aa70e 100644 Binary files a/Assemblies/DynamicPawnTable.dll and b/Assemblies/DynamicPawnTable.dll differ diff --git a/Assemblies/MedicalInfo.dll b/Assemblies/MedicalInfo.dll index df53214..c828b9c 100755 Binary files a/Assemblies/MedicalInfo.dll and b/Assemblies/MedicalInfo.dll differ diff --git a/Readme.md b/Readme.md index b879638..5b7e302 100644 --- a/Readme.md +++ b/Readme.md @@ -35,6 +35,7 @@ Sort by everything - Szymon Socha: Polish translation - enescaglayan: Turkish translation - Jorge Martínez: Spanish translations + - CrapoFR: French translation # Think you found a bug? Please read [this guide](http://steamcommunity.com/sharedfiles/filedetails/?id=725234314) before creating a bug report, @@ -57,4 +58,4 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl [![I Have a Black Dog](https://i.ibb.co/ss59Rwy/New-Project-2.png)](https://www.youtube.com/watch?v=XiCrniLQGYc) # Version -This is version 2.10.84, for RimWorld 1.0.2282. \ No newline at end of file +This is version 2.11.85, for RimWorld 1.0.2408. \ No newline at end of file diff --git a/Source/MedicalInfo/Properties/AssemblyInfo.cs b/Source/MedicalInfo/Properties/AssemblyInfo.cs index 86356d7..0200208 100644 --- a/Source/MedicalInfo/Properties/AssemblyInfo.cs +++ b/Source/MedicalInfo/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("2.0.0")] -[assembly: AssemblyFileVersion("2.10.84")] +[assembly: AssemblyFileVersion("2.11.85")]