diff --git a/Assemblies/StuffedFloors.dll b/Assemblies/StuffedFloors.dll index 5fcd9e3..d18db38 100644 Binary files a/Assemblies/StuffedFloors.dll and b/Assemblies/StuffedFloors.dll differ diff --git a/Readme.md b/Readme.md index d57de9d..4d82d35 100644 --- a/Readme.md +++ b/Readme.md @@ -46,4 +46,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/StuffedFloors/), so license information in the source code is preserved. # Version -This is version v0.16.0.6 \ No newline at end of file +This is version v0.16.0.7 \ No newline at end of file diff --git a/Source/SteamConfig.vdf b/Source/SteamConfig.vdf index f8a63a5..4b350df 100644 --- a/Source/SteamConfig.vdf +++ b/Source/SteamConfig.vdf @@ -51,14 +51,10 @@ All original code in this mod is licensed under the [url=https://opensource.org/ 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 [url=https://github.com/FluffierThanThou/StuffedFloors/]GitHub[/url], so license information in the source code is preserved. [h1]Version[/h1] -This is version v0.16.0.6 +This is version v0.16.0.7 " - "changenote" "significantly lower stuff beauty modifiers -lower building times for pretty variants -update description -obsolete vegetable garden's ironwood floor -add more furntiure's carpets to carpet subcategory" + "changenote" "further reduce building time" "publishedfileid" "853043503" } diff --git a/Source/StuffedFloors/Properties/AssemblyInfo.cs b/Source/StuffedFloors/Properties/AssemblyInfo.cs index e7c30a3..164882e 100644 --- a/Source/StuffedFloors/Properties/AssemblyInfo.cs +++ b/Source/StuffedFloors/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.16.0.7")] +[assembly: AssemblyFileVersion("0.16.0.7")]