diff --git a/HotKeys2/ILLink.Substitutions.xml b/HotKeys2/ILLink.Substitutions.xml index fb55d65..bc90618 100644 --- a/HotKeys2/ILLink.Substitutions.xml +++ b/HotKeys2/ILLink.Substitutions.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj b/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj index a284c61..4a4c6f7 100644 --- a/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj +++ b/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj @@ -15,7 +15,7 @@ - 4.1.0 + 4.1.0.1 Copyright © 2022-2024 J.Sakamoto, Mozilla Public License 2.0 J.Sakamoto git diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index de1ac8e..56d49b2 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,6 @@ +v.4.1.0.1 +- Update the README to use the "OnAfterRender" method to initialize hotkeys. + v.4.1.0 - Improve: Add the "State" property that has a "Disabled" property that can enable/disable a hotkey to the HotkeyEntry class.