diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e4754..5c46bfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# devel +# 4.4 (2022-05-31) ### Added diff --git a/VERSION b/VERSION index d5e2532..0428d65 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.3.1 +4.4 diff --git a/plugins/EliteAttack/EliteAttack.cs b/plugins/EliteAttack/EliteAttack.cs index 4c31f54..2e4d8d0 100644 --- a/plugins/EliteAttack/EliteAttack.cs +++ b/plugins/EliteAttack/EliteAttack.cs @@ -30,7 +30,7 @@ namespace EliteAttack /// 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; diff --git a/plugins/VoiceAttack-base/base.cs b/plugins/VoiceAttack-base/base.cs index a47756e..bdb0c24 100644 --- a/plugins/VoiceAttack-base/base.cs +++ b/plugins/VoiceAttack-base/base.cs @@ -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 Profiles = new () {