Skip to content

Commit

Permalink
v46 support
Browse files Browse the repository at this point in the history
  • Loading branch information
LIPtoH committed Apr 25, 2020
1 parent e602924 commit a266845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TS SE Tool/FormMethods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void SetDefaultValues(bool _initial)
ProgSettingsV.ProgramVersion = Assembly.GetExecutingAssembly().GetName().Version.ToString();

SavefileVersion = 0;
SupportedSavefileVersionETS2 = new int[] { 39, 45 }; //Supported save version
SupportedSavefileVersionETS2 = new int[] { 39, 46 }; //Supported save version
SupportedGameVersionETS2 = "1.33.x - 1.37.x"; //Last game version Tested on
//SupportedSavefileVersionATS;
SupportedGameVersionATS = "1.33.x - 1.37.x"; //Last game version Tested on
Expand Down
2 changes: 1 addition & 1 deletion TS SE Tool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ limitations under the License.
// 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("0.2.2.9")]
[assembly: AssemblyVersion("0.2.2.10")]
[assembly: AssemblyFileVersion("0.0.1.0")]

0 comments on commit a266845

Please sign in to comment.