Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit a500609

Browse files
committed
Version
1 parent 5295cbe commit a500609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DatapathFix/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.1.1")]
34+
[assembly: AssemblyVersion("1.2.0")]

DatapathFixPlugin/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
[assembly: PluginDisplayName("DatapathFix")]
2525
[assembly: PluginAuthor("Dyvinia")]
26-
[assembly: PluginVersion("1.1.1")]
26+
[assembly: PluginVersion("1.2.0")]
2727

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

0 commit comments

Comments
 (0)