Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Sep 1, 2018
1 parent b1e9be1 commit 2e24f2e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Core/COM3D2.MaidFiddler.Patcher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
4 changes: 2 additions & 2 deletions Core/COM3D2.MaidFiddler.Plugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
2 changes: 1 addition & 1 deletion GUI/app_info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "1.0.1"
VERSION = "1.0.2"

CONTRIBUTORS = [
"@ghorsington -- original developer",
Expand Down
11 changes: 11 additions & 0 deletions Installer/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit 2e24f2e

Please sign in to comment.