From cb20db6780a497158092df18f37e71857b3f84c9 Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 31 Mar 2026 11:32:25 +0200 Subject: [PATCH] Bump version --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f3e096a..c3b45b0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -11,7 +11,7 @@ WUMS_MODULE_EXPORT_NAME("homebrew_notifications"); -#define VERSION "v0.1.3" +#define VERSION "v0.1.4" WUMS_DEPENDS_ON(homebrew_memorymapping); WUMS_DEPENDS_ON(homebrew_functionpatcher);