Browse Source

Bump version

ghorsington 4 years ago
parent
commit
42da078ad1

+ 1 - 1
COM3D2.ToukaScreenShot.Plugin/Properties/AssemblyInfo.cs

@@ -1,6 +1,6 @@
 using System.Reflection;
 using System.Runtime.CompilerServices;
 
-[assembly: AssemblyVersion("0.0.0.0")]
+[assembly: AssemblyVersion("0.1.1.0")]
 [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
 [assembly: CompilationRelaxations(8)]

+ 1 - 1
COM3D2.ToukaScreenShot.Plugin/ToukaScreenShot.cs

@@ -11,7 +11,7 @@ using UnityInjector.Attributes;
 
 namespace CM3D2.ToukaScreenShot.Plugin
 {
-    [PluginVersion("0.1.0.2")]
+    [PluginVersion("0.1.1.0")]
     [PluginName("Com3d2.ToukaScreenShot.Plugin")]
     [PluginFilter("COM3D2x64")]
     public class ToukaScreenShot : PluginBase