Skip to content

Commit

Permalink
4.2.3!
Browse files Browse the repository at this point in the history
  • Loading branch information
alterNERDtive committed May 23, 2021
1 parent a5a3740 commit b633d87
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.2
4.2.3
4 changes: 2 additions & 2 deletions plugins/VoiceAttack-base/base.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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}");
Expand Down Expand Up @@ -559,4 +559,4 @@ public static void VA_Invoke1(dynamic vaProxy)

public static void VA_StopCommand() { }
}
}
}

0 comments on commit b633d87

Please sign in to comment.