From 47ae30dc01626a3490c3f6013ba4ec8b8a62eb82 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);