diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd9536..3d97296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 4.2.3 (2021-05-23) + +Updated included bindED plugin to version 4.1 that fixes Odyssey compatibility. + +No actual code / profile changes. + +----- + # 4.2.2 (2021-05-19) Now comes with Odyssey-compatible bindED. diff --git a/VERSION b/VERSION index 078bf8b..f2c6cb6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.2.2 \ No newline at end of file +4.2.3 diff --git a/plugins/VoiceAttack-base/base.cs b/plugins/VoiceAttack-base/base.cs index ec8a3f2..e93ec61 100644 --- a/plugins/VoiceAttack-base/base.cs +++ b/plugins/VoiceAttack-base/base.cs @@ -463,7 +463,7 @@ private static void Context_Update_Check(dynamic vaProxy) | required VoiceAttack plugin shenanigans | \========================================*/ - static readonly Version VERSION = new Version("4.2.2"); + static readonly Version VERSION = new Version("4.2.3"); public static Guid VA_Id() => new Guid("{F7F59CFD-1AE2-4A7E-8F62-C62372418BAC}"); @@ -559,4 +559,4 @@ public static void VA_Exit1(dynamic vaProxy) { } public static void VA_StopCommand() { } } -} \ No newline at end of file +}