Skip to content

Commit

Permalink
5.0.2!
Browse files Browse the repository at this point in the history
  • Loading branch information
alterNERDtive committed Dec 30, 2024
1 parent 93fefa3 commit 2c0eb43
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
# 5.0.2 (2024-12-30)

## 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 ("5.0.1");
private static readonly Version VERSION = new ("5.0.2");

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

0 comments on commit 2c0eb43

Please sign in to comment.