This commit is contained in:
alterNERDtive 2022-05-31 19:23:00 +02:00
parent bc5addd22a
commit 99305cfb5d
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# devel
# 4.4 (2022-05-31)
### Added

View file

@ -1 +1 @@
4.3.1
4.4

View file

@ -30,7 +30,7 @@ namespace EliteAttack
/// </summary>
public class EliteAttack
{
private static readonly Version VERSION = new ("8.3");
private static readonly Version VERSION = new ("8.4");
private static VoiceAttackLog? log;
private static VoiceAttackCommands? commands;

View file

@ -39,7 +39,7 @@ namespace alterNERDtive
[System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1649:File name should match first type name", Justification = "F off :)")]
public class BasePlugin
{
private static readonly Version VERSION = new ("4.3.1");
private static readonly Version VERSION = new ("4.4");
private static readonly Dictionary<Guid, string> Profiles = new ()
{