From 846fa5ed6a1762544f1bbc67154a9482272df6d1 Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 25 Apr 2024 21:11:12 +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 7a5b9e3..2303cde 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -11,7 +11,7 @@ WUMS_MODULE_EXPORT_NAME("homebrew_notifications"); -#define VERSION "v0.1.1" +#define VERSION "v0.1.2" WUMS_DEPENDS_ON(homebrew_memorymapping); WUMS_DEPENDS_ON(homebrew_functionpatcher);