Skip to content

Commit

Permalink
v1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma-axis committed Jul 8, 2024
1 parent 844dbf4 commit d664943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactive_dlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ BOOL WINAPI DllMain(HINSTANCE hinst, DWORD fdwReason, LPVOID lpvReserved)
// 看板.
////////////////////////////////
#define PLUGIN_NAME "Reactive Dialog"
#define PLUGIN_VERSION "v1.40-beta1"
#define PLUGIN_VERSION "v1.40"
#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)
Expand Down

0 comments on commit d664943

Please sign in to comment.