4.2.2!
This commit is contained in:
parent
bdf3c58241
commit
495320c420
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# devel
|
||||
# 4.2.2 (2022-05-31)
|
||||
|
||||
## Fixed
|
||||
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue