Skip to content

Commit

Permalink
[fix]: updated version number and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
alterNERDtive committed May 3, 2024
1 parent bb0f460 commit 168a4dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bindED.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// <copyright file="bindED.cs" company="alterNERDtive">
// Copyright 2020–2022 alterNERDtive.
// Copyright 2020–2024 alterNERDtive.
//
// This file is part of bindED VoiceAttack plugin.
//
Expand Down Expand Up @@ -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(
Expand Down Expand Up @@ -133,7 +133,7 @@ private static Dictionary<string, List<string>>? Binds
/// The plugin’s description, as required by the VoiceAttack plugin API.
/// </summary>
/// <returns>The description.</returns>
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";

/// <summary>
/// The plugin’s GUID, as required by the VoiceAttack plugin API.
Expand Down

0 comments on commit 168a4dd

Please sign in to comment.