diff --git a/README.md b/README.md index a1afd83..27d9e68 100644 --- a/README.md +++ b/README.md @@ -528,7 +528,7 @@ rate_boost=10 ## 改版履歴 -- **v1.50** (2024-07-??) +- **v1.50** (2024-07-11) - 関連トラックの変化方法指定時に,`Shift` キーの認識を反転する機能を追加. diff --git a/reactive_dlg.cpp b/reactive_dlg.cpp index 2681694..9e2a15a 100644 --- a/reactive_dlg.cpp +++ b/reactive_dlg.cpp @@ -1763,7 +1763,7 @@ BOOL WINAPI DllMain(HINSTANCE hinst, DWORD fdwReason, LPVOID lpvReserved) // 看板. //////////////////////////////// #define PLUGIN_NAME "Reactive Dialog" -#define PLUGIN_VERSION "v1.50-beta1" +#define PLUGIN_VERSION "v1.50" #define PLUGIN_AUTHOR "sigma-axis" #define PLUGIN_INFO_FMT(name, ver, author) (name##" "##ver##" by "##author) #define PLUGIN_INFO PLUGIN_INFO_FMT(PLUGIN_NAME, PLUGIN_VERSION, PLUGIN_AUTHOR)