From 053682c520d314a321b84f96a568f1eefae9fdc4 Mon Sep 17 00:00:00 2001 From: turtle-insect Date: Wed, 27 Nov 2024 01:10:51 +0900 Subject: [PATCH] version up --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea5d5eb..725dcde 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.27 +APP_VERSION := 0.0.28 TARGET := $(notdir $(CURDIR)) OUTDIR := bin