diff --git a/Core/COM3D2.MaidFiddler.Patcher/Properties/AssemblyInfo.cs b/Core/COM3D2.MaidFiddler.Patcher/Properties/AssemblyInfo.cs index a935ba0..f85ab7f 100644 --- a/Core/COM3D2.MaidFiddler.Patcher/Properties/AssemblyInfo.cs +++ b/Core/COM3D2.MaidFiddler.Patcher/Properties/AssemblyInfo.cs @@ -31,5 +31,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")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.2.0")] +[assembly: AssemblyFileVersion("1.0.2.0")] \ No newline at end of file diff --git a/Core/COM3D2.MaidFiddler.Plugin/Properties/AssemblyInfo.cs b/Core/COM3D2.MaidFiddler.Plugin/Properties/AssemblyInfo.cs index 940d17b..6b022eb 100644 --- a/Core/COM3D2.MaidFiddler.Plugin/Properties/AssemblyInfo.cs +++ b/Core/COM3D2.MaidFiddler.Plugin/Properties/AssemblyInfo.cs @@ -31,5 +31,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.1.0")] -[assembly: AssemblyFileVersion("1.0.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.2.0")] +[assembly: AssemblyFileVersion("1.0.2.0")] \ No newline at end of file diff --git a/GUI/app_info.py b/GUI/app_info.py index 725d853..89d5541 100644 --- a/GUI/app_info.py +++ b/GUI/app_info.py @@ -1,4 +1,4 @@ -VERSION = "1.0.1" +VERSION = "1.0.2" CONTRIBUTORS = [ "@ghorsington -- original developer", diff --git a/Installer/README.txt b/Installer/README.txt index 94e2c10..be5c946 100644 --- a/Installer/README.txt +++ b/Installer/README.txt @@ -7,6 +7,17 @@ Maid Fiddler is a real-time game manipulation tool for COM3D2. Changelog: +* 1.0.2.0 + - Remove lower limit on stats + - Add Russian translation to the bundle + - Add "Always display NTR skills" option + - Address potential crashes when using "Unlock all yotogi skills" option + - Address GUI not launching in some rare cases +* 1.0.1.0 + - Fix remote error causing GUI to freeze + - Fix typo in GUI script + - Bundle Cecil.Inject alongsite plugin + - Add "all dances selectable" cheat * 1.0.0.0 - Initial release!