From fa4bcd85a3e431594736a45d5190cdb074a73bce Mon Sep 17 00:00:00 2001 From: Joshua Peisach Date: Wed, 8 May 2024 18:49:26 -0400 Subject: [PATCH] Bump version to 1.1 --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");