diff --git a/bindED.cs b/bindED.cs index 973eb44..86a07ae 100644 --- a/bindED.cs +++ b/bindED.cs @@ -1,5 +1,5 @@ // -// Copyright 2020–2022 alterNERDtive. +// Copyright 2020–2024 alterNERDtive. // // This file is part of bindED VoiceAttack plugin. // @@ -38,7 +38,7 @@ namespace bindEDplugin [System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "historic, grandfathered in")] public class bindEDPlugin { - private static readonly Version VERSION = new ("4.2.2"); + private static readonly Version VERSION = new ("5.0.1"); private static readonly string BindingsDir = Path.Combine( Environment.GetFolderPath( @@ -133,7 +133,7 @@ namespace bindEDplugin /// The plugin’s description, as required by the VoiceAttack plugin API. /// /// The description. - public static string VA_DisplayInfo() => "bindED Plugin\r\n\r\n2016 VoiceAttack.com\r\n2020–2021 alterNERDtive"; + public static string VA_DisplayInfo() => "bindED Plugin\r\n\r\n2016 VoiceAttack.com\r\n2020–2024 alterNERDtive"; /// /// The plugin’s GUID, as required by the VoiceAttack plugin API.