diff --git a/Plugin/Plugin.cs b/Plugin/Plugin.cs index 367e4212..f3a63fca 100644 --- a/Plugin/Plugin.cs +++ b/Plugin/Plugin.cs @@ -25,7 +25,7 @@ namespace Plugin public const string PLUGIN_GUID = "com.whateverusername0.vrtrakill", PLUGIN_NAME = "VRTRAKILL", - PLUGIN_VERSION = "0.15.1"; + PLUGIN_VERSION = "0.15.2"; public static string PluginPath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), diff --git a/Plugin/Properties/AssemblyInfo.cs b/Plugin/Properties/AssemblyInfo.cs index 1ed32af8..15442ce5 100644 --- a/Plugin/Properties/AssemblyInfo.cs +++ b/Plugin/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("0.15.1.0")] -[assembly: AssemblyFileVersion("0.15.1.0")] +[assembly: AssemblyVersion("0.15.2.0")] +[assembly: AssemblyFileVersion("0.15.2.0")]