Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyvinia committed Feb 2, 2023
1 parent 8264ef8 commit ef8cea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DatapathFix/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
// 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.3.2")]
[assembly: AssemblyVersion("1.4.0")]
1 change: 1 addition & 0 deletions DatapathFixPlugin/Actions/LaunchExecutionAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ private void ResetGameDirectory()

private class Release
{
[JsonProperty(PropertyName = "name")]
public string Name;

[JsonProperty(PropertyName = "tag_name")]
Expand Down

0 comments on commit ef8cea6

Please sign in to comment.