diff --git a/About/About.xml b/About/About.xml index f82a08b..5a6b493 100644 --- a/About/About.xml +++ b/About/About.xml @@ -1,10 +1,12 @@ ModSwitch - DoctorVanGogh + DoctorVanGogh, Aviuz 1.0.0 https://github.com/DoctorVanGogh/ModSwitch A Rimworld mod manager. -Allows loading & saving sets of active mods for Rimworld.]]> +Allows loading & saving sets of active mods for Rimworld. + +Japanese translation by Proxyer]]> diff --git a/Assemblies/ModSwitch.dll b/Assemblies/ModSwitch.dll index 2cec82c..6314cc4 100644 Binary files a/Assemblies/ModSwitch.dll and b/Assemblies/ModSwitch.dll differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ce0c4..716c4a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.6.0 + +- Added mods grouping by target rimworld version + # Version 1.5.2 - Added japanese translation by Proxyer diff --git a/README.md b/README.md index 86b9386..c7a01b2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Supports importing your sets from ModListBackup. ### Authors DoctorVanGogh +Aviuz Proxyer (Japanese Translation) ### Uses [Open Iconic](http://www.useiconic.com/open) diff --git a/Source/ModSwitch/Properties/AssemblyInfo.cs b/Source/ModSwitch/Properties/AssemblyInfo.cs index 7a25e79..ab0c679 100644 --- a/Source/ModSwitch/Properties/AssemblyInfo.cs +++ b/Source/ModSwitch/Properties/AssemblyInfo.cs @@ -12,6 +12,6 @@ [assembly: System.Reflection.AssemblyCopyright("Copyright © DoctorVanGogh 2017")] [assembly: System.Runtime.InteropServices.ComVisible(false)] [assembly: System.Runtime.InteropServices.Guid("ab2e8e89-3d1d-4e36-a0ae-489b6ebc84a6")] -[assembly: System.Reflection.AssemblyVersion("1.6.0.204")] +[assembly: System.Reflection.AssemblyVersion("1.6.0.205")] diff --git a/Source/ModSwitch/Properties/version.txt b/Source/ModSwitch/Properties/version.txt index 7931d0e..d98ddae 100644 --- a/Source/ModSwitch/Properties/version.txt +++ b/Source/ModSwitch/Properties/version.txt @@ -1 +1 @@ -1.6.0.204 \ No newline at end of file +1.6.0.205 \ No newline at end of file