diff --git a/About/About.xml b/About/About.xml index 797727a..8e538b5 100644 --- a/About/About.xml +++ b/About/About.xml @@ -3,7 +3,6 @@ Pharmacist Fluffy https://ludeon.com/forums/index.php?topic=16120 - 1.0.2059 Not all injuries are equal; pharmacist prescribes the right medicine for the job. <size=24>Important</size> @@ -40,9 +39,15 @@ SteamJay: Swedish translation FAIL! chapi: German translation Vokania: Korean translation 53N4: Spanish translation +MrCaka: Brazilean Portuguese translation +chrisxlite: Update Simplified Chinese translation +A Steam User: Russian translation <size=24>Version</size> -This is version 2.3.133, for RimWorld 1.0.2059. +This is version 2.4.135, for RimWorld 1.0.2150. + +
  • 1.0
  • +
    \ No newline at end of file diff --git a/About/Manifest.xml b/About/Manifest.xml index 1dde382..1197c35 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,6 +1,6 @@ - 2.3.133 - https://rawgit.com/FluffierThanThou/Pharmacist/master/About/Manifest.xml - https://github.com/FluffierThanThou/Pharmacist/releases/v2.3.133 + 2.4.135 + https://cdn.jsdelivr.net/gh/FluffierThanThou/Pharmacist/About/Manifest.xml + https://github.com/FluffierThanThou/Pharmacist/releases/v2.4.135 \ No newline at end of file diff --git a/Assemblies/Pharmacist.dll b/Assemblies/Pharmacist.dll index 5f4f8cb..63e3c07 100644 Binary files a/Assemblies/Pharmacist.dll and b/Assemblies/Pharmacist.dll differ diff --git a/Readme.md b/Readme.md index 6549661..2b7a325 100644 --- a/Readme.md +++ b/Readme.md @@ -33,6 +33,9 @@ Some injuries might be diagnosed wrong, and receive medicine that is either not - FAIL! chapi: German translation - Vokania: Korean translation - 53N4: Spanish translation + - MrCaka: Brazilean Portuguese translation + - chrisxlite: Update Simplified Chinese translation + - A Steam User: Russian translation # Think you found a bug? Please read [this guide](http://steamcommunity.com/sharedfiles/filedetails/?id=725234314) before creating a bug report, @@ -53,4 +56,4 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl [![Buy Me a Coffee](http://i.imgur.com/EjWiUwx.gif)](https://ko-fi.com/fluffymods) # Version -This is version 2.3.133, for RimWorld 1.0.2059. \ No newline at end of file +This is version 2.4.135, for RimWorld 1.0.2150. \ No newline at end of file diff --git a/Source/Pharmacist/Properties/AssemblyInfo.cs b/Source/Pharmacist/Properties/AssemblyInfo.cs index eb5024d..aee8220 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.3.133")] +[assembly: AssemblyFileVersion("2.4.135")]