4.2.3!
This commit is contained in:
parent
a5a3740799
commit
b633d8791c
3 changed files with 11 additions and 3 deletions
|
@ -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.
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.2.2
|
||||
4.2.3
|
||||
|
|
|
@ -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}");
|
||||
|
|
Loading…
Reference in a new issue