Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <set>
#include <vector>

#define MODULE_VERSION "v0.3.5"
#define MODULE_VERSION "v0.3.6"
#define MODULE_VERSION_FULL MODULE_VERSION MODULE_VERSION_EXTRA

class PluginDataSharedPtrComparator;
Expand Down
1 change: 1 addition & 0 deletions source/hooks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ static const char **hook_names = (const char *[]){
"WUPS_LOADER_HOOK_INIT_STORAGE",
"WUPS_LOADER_HOOK_INIT_CONFIG",
"WUPS_LOADER_HOOK_INIT_BUTTON_COMBO",
"WUPS_LOADER_HOOK_INIT_WUT_THREAD",
};

void CallHook(const std::vector<PluginContainer> &plugins, const wups_loader_hook_type_t hook_type) {
Expand Down