This commit is contained in:
2020-04-26 23:08:29 +00:00
parent 2f32bc9e7e
commit 57439f69ed
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ namespace AyaNova.Plugin.Dump
public string PluginVersion public string PluginVersion
{ {
get { return "7.6 (patch 1)"; } get { return "7.6 (patch 2)"; }
} }
public string About public string About

View File

@@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.6.0.0")] [assembly: AssemblyVersion("7.6.0.0")]
[assembly: AssemblyFileVersion("7.6.1.0")] [assembly: AssemblyFileVersion("7.6.2.0")]