From 8e23af13e4839f6d56bf85a3b38f2eb9529a25cf Mon Sep 17 00:00:00 2001 From: PoloNX <geyrecharlie@gmail.com> Date: Thu, 28 Jul 2022 18:33:57 +0200 Subject: [PATCH] Fix for exit button --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db70caf..80ef219 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ include $(DEVKITPRO)/libnx/switch_rules APP_TITLE := PayloadReboot APP_AUTHOR := PoloNX -APP_VERSION := 0.0.1 +APP_VERSION := 0.0.2 TARGET := $(notdir $(CURDIR)) BUILD := build -- GitLab