Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Feb 7, 2020
1 parent 26169ab commit ca0b5d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.5.1")]
[assembly: AssemblyFileVersion("1.0.5.1")]
[assembly: AssemblyVersion("1.0.7.0")]
[assembly: AssemblyFileVersion("1.0.7.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.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]
[assembly: AssemblyVersion("1.0.7.0")]
[assembly: AssemblyFileVersion("1.0.7.0")]
4 changes: 2 additions & 2 deletions GUI/app_info.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION = "1.0.6.0"
MIN_SUPPORTED_GAME_VERSION = 1330
VERSION = "1.0.7.0"
MIN_SUPPORTED_GAME_VERSION = 1440

CONTRIBUTORS = [
"@ghorsington -- original developer",
Expand Down

0 comments on commit ca0b5d1

Please sign in to comment.