This commit is contained in:
alterNERDtive 2021-05-23 20:29:39 +02:00
parent a5a3740799
commit b633d8791c
3 changed files with 11 additions and 3 deletions

View file

@ -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.

View file

@ -1 +1 @@
4.2.2
4.2.3

View file

@ -463,7 +463,7 @@ namespace alterNERDtive
| 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 @@ namespace alterNERDtive
public static void VA_StopCommand() { }
}
}
}