From 9d0dbda1db1f8fd688af3f23f90e0b884590dc66 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 24 Apr 2024 17:59:11 +0200 Subject: [PATCH] Bump version to 0.2.6 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 86d2776..fff561d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,7 @@ WUMS_MODULE_EXPORT_NAME("homebrew_content_redirection"); WUMS_USE_WUT_DEVOPTAB(); WUMS_DEPENDS_ON(homebrew_functionpatcher); -#define VERSION "v0.2.5" +#define VERSION "v0.2.6" DECL_FUNCTION(void, OSCancelThread, OSThread *thread) { if (thread == gThreadData[0].thread || thread == gThreadData[1].thread || thread == gThreadData[2].thread) {