Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyvinia committed Oct 12, 2022
1 parent 5295cbe commit a500609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.1")]
[assembly: AssemblyVersion("1.2.0")]
2 changes: 1 addition & 1 deletion DatapathFixPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

[assembly: PluginDisplayName("DatapathFix")]
[assembly: PluginAuthor("Dyvinia")]
[assembly: PluginVersion("1.1.1")]
[assembly: PluginVersion("1.2.0")]

[assembly: RegisterOptionsExtension(typeof(LaunchOptions), Frosty.Core.PluginManagerType.Both)]
[assembly: RegisterExecutionAction(typeof(LaunchExecutionAction))]

0 comments on commit a500609

Please sign in to comment.