diff --git a/About/About.xml b/About/About.xml index 8e538b5..d6a3ea5 100644 --- a/About/About.xml +++ b/About/About.xml @@ -42,9 +42,10 @@ Vokania: Korean translation MrCaka: Brazilean Portuguese translation chrisxlite: Update Simplified Chinese translation A Steam User: Russian translation +CrapoFR: French translation <size=24>Version</size> -This is version 2.4.135, for RimWorld 1.0.2150. +This is version 2.5.136, for RimWorld 1.0.2408. diff --git a/About/Manifest.xml b/About/Manifest.xml index 1197c35..88a902f 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,6 +1,6 @@ - 2.4.135 - https://cdn.jsdelivr.net/gh/FluffierThanThou/Pharmacist/About/Manifest.xml - https://github.com/FluffierThanThou/Pharmacist/releases/v2.4.135 + 2.5.136 + https://cdn.jsdelivr.net/gh/fluffy-mods/Pharmacist/About/Manifest.xml + https://github.com/fluffy-mods/Pharmacist/releases/v2.5.136 \ No newline at end of file diff --git a/Assemblies/Pharmacist.dll b/Assemblies/Pharmacist.dll index 63e3c07..579407e 100644 Binary files a/Assemblies/Pharmacist.dll and b/Assemblies/Pharmacist.dll differ diff --git a/Readme.md b/Readme.md index 2b7a325..67dfb08 100644 --- a/Readme.md +++ b/Readme.md @@ -36,24 +36,27 @@ Some injuries might be diagnosed wrong, and receive medicine that is either not - MrCaka: Brazilean Portuguese translation - chrisxlite: Update Simplified Chinese translation - A Steam User: Russian translation + - CrapoFR: French translation # Think you found a bug? Please read [this guide](http://steamcommunity.com/sharedfiles/filedetails/?id=725234314) before creating a bug report, - and then create a bug report [here](https://github.com/FluffierThanThou/Pharmacist/issues) + and then create a bug report [here](https://github.com/fluffy-mods/Pharmacist/issues) # Older versions -All current and past versions of this mod can be downloaded from [GitHub](https://github.com/FluffierThanThou/Pharmacist/releases). +All current and past versions of this mod can be downloaded from [GitHub](https://github.com/fluffy-mods/Pharmacist/releases). # License All original code in this mod is licensed under the [MIT license](https://opensource.org/licenses/MIT). Do what you want, but give me credit. All original content (e.g. text, imagery, sounds) in this mod is licensed under the [CC-BY-SA 4.0 license](http://creativecommons.org/licenses/by-sa/4.0/). -Parts of the code in this mod, and some content may be licensed by their original authors. If this is the case, the original author & license will either be given in the source code, or be in a LICENSE file next to the content. Please do not decompile my mods, but use the original source code available on [GitHub](https://github.com/FluffierThanThou/Pharmacist/), so license information in the source code is preserved. +Parts of the code in this mod, and some content may be licensed by their original authors. If this is the case, the original author & license will either be given in the source code, or be in a LICENSE file next to the content. Please do not decompile my mods, but use the original source code available on [GitHub](https://github.com/fluffy-mods/Pharmacist/), so license information in the source code is preserved. # Are you enjoying my mods? Show your appreciation by buying me a coffee (or contribute towards a nice single malt). [![Buy Me a Coffee](http://i.imgur.com/EjWiUwx.gif)](https://ko-fi.com/fluffymods) +[![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.4.135, for RimWorld 1.0.2150. \ No newline at end of file +This is version 2.5.136, for RimWorld 1.0.2408. \ No newline at end of file diff --git a/Source/Pharmacist/Properties/AssemblyInfo.cs b/Source/Pharmacist/Properties/AssemblyInfo.cs index aee8220..5813b04 100644 --- a/Source/Pharmacist/Properties/AssemblyInfo.cs +++ b/Source/Pharmacist/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("2.0.0")] -[assembly: AssemblyFileVersion("2.4.135")] +[assembly: AssemblyFileVersion("2.5.136")]