From 027082a2fabc3dc3545cf1fa28a89f4b312ffa48 Mon Sep 17 00:00:00 2001 From: turtle-insect Date: Tue, 19 Dec 2023 00:50:39 +0900 Subject: [PATCH] libnx 4.6.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e67412..d847f26 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules #--------------------------------------------------------------------------------- APP_TITLE := Neumann APP_AUTHOR := turtle-insect -APP_VERSION := 0.0.25 +APP_VERSION := 0.0.26 TARGET := $(notdir $(CURDIR)) OUTDIR := bin