Skip to content

Commit 495320c

Browse files
committed
4.2.2!
1 parent bdf3c58 commit 495320c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# devel
1+
# 4.2.2 (2022-05-31)
22

33
## Fixed
44

bindED.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace bindEDplugin
3838
[System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "historic, grandfathered in")]
3939
public class bindEDPlugin
4040
{
41-
private static readonly Version VERSION = new ("4.2.1");
41+
private static readonly Version VERSION = new ("4.2.2");
4242

4343
private static readonly string BindingsDir = Path.Combine(
4444
Environment.GetFolderPath(

0 commit comments

Comments
 (0)