Skip to content

Commit

Permalink
4.2.2!
Browse files Browse the repository at this point in the history
  • Loading branch information
alterNERDtive committed May 31, 2022
1 parent bdf3c58 commit 495320c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# devel
# 4.2.2 (2022-05-31)

## Fixed

Expand Down
2 changes: 1 addition & 1 deletion bindED.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace bindEDplugin
[System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "historic, grandfathered in")]
public class bindEDPlugin
{
private static readonly Version VERSION = new ("4.2.1");
private static readonly Version VERSION = new ("4.2.2");

private static readonly string BindingsDir = Path.Combine(
Environment.GetFolderPath(
Expand Down

0 comments on commit 495320c

Please sign in to comment.