diff --git a/src/main.c b/src/main.c index dcf9ac5..32c1523 100644 --- a/src/main.c +++ b/src/main.c @@ -12,7 +12,7 @@ **/ WUPS_PLUGIN_NAME("Thred List"); WUPS_PLUGIN_DESCRIPTION("Displays a list of active threads"); -WUPS_PLUGIN_VERSION("v1.0"); +WUPS_PLUGIN_VERSION("v1.1"); WUPS_PLUGIN_AUTHOR("ItzSwirlz, Maschell"); WUPS_PLUGIN_LICENSE("BSD");