Update version string

This commit is contained in:
Maschell 2022-10-11 15:09:47 +02:00
parent eb0ff82425
commit 4300168ea4
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
WUMS_MODULE_EXPORT_NAME("homebrew_content_redirection");
WUMS_USE_WUT_DEVOPTAB();
#define VERSION "v0.2.2"
#define VERSION "v0.2.3"
DECL_FUNCTION(void, OSCancelThread, OSThread *thread) {
if (thread == gThreadData[0].thread || thread == gThreadData[1].thread || thread == gThreadData[2].thread) {
@ -53,4 +53,4 @@ WUMS_APPLICATION_ENDS() {
stopFSIOThreads();
deinitLogging();
}
}