diff --git a/About/About.xml b/About/About.xml index 03878f1..7cc1844 100644 --- a/About/About.xml +++ b/About/About.xml @@ -3,7 +3,7 @@ Blueprints Fluffy https://ludeon.com/forums/index.php?topic=16120.0 - 0.17.1546 + 0.17.1557 Blueprints allow the quick construction of repetitive rooms/areas. <size=24>Features</size> @@ -31,6 +31,7 @@ rgponce: Brazilian Portuguese translation Bronytamin: Russian translation Nils de Lumière: French translation Butter-Knife: Japanese translation +53N4: tag:Fluffylicious diff --git a/Assemblies/Blueprints.dll b/Assemblies/Blueprints.dll index 5c27081..0dd16d4 100644 Binary files a/Assemblies/Blueprints.dll and b/Assemblies/Blueprints.dll differ diff --git a/Readme.md b/Readme.md index 61076e7..6713c3b 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -[![RimWorld Alpha 17](https://img.shields.io/badge/RimWorld-Alpha 17-brightgreen.svg)](http://rimworldgame.com/) +[![RimWorld Alpha 17](https://img.shields.io/badge/RimWorld-Alpha%2017-brightgreen.svg)](http://rimworldgame.com/) Blueprints allow the quick construction of repetitive rooms/areas. @@ -26,6 +26,7 @@ You can import previously exported blueprints by right clicking the 'Create' but - Bronytamin: Russian translation - Nils de Lumière: French translation - Butter-Knife: Japanese translation + - 53N4: # Think you found a bug? Please read [this guide](http://steamcommunity.com/sharedfiles/filedetails/?id=725234314) before creating a bug report, @@ -41,4 +42,4 @@ All original content (e.g. text, imagery, sounds) in this mod is licensed under 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/Blueprints/), so license information in the source code is preserved. # Version -This is version v0.17.1.0 \ No newline at end of file +This is version v0.17.1.1 \ No newline at end of file diff --git a/Source/Blueprints/Properties/AssemblyInfo.cs b/Source/Blueprints/Properties/AssemblyInfo.cs index 2b9d2d4..8ee0793 100644 --- a/Source/Blueprints/Properties/AssemblyInfo.cs +++ b/Source/Blueprints/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("0.17.1.0")] -[assembly: AssemblyFileVersion("0.17.1.0")] +[assembly: AssemblyVersion("0.17.1.1")] +[assembly: AssemblyFileVersion("0.17.1.1")]