From 1c758b16d134c2d8902e4752b0c03d605fed3a55 Mon Sep 17 00:00:00 2001 From: turtle-insect Date: Tue, 18 Oct 2022 07:31:31 +0900 Subject: [PATCH] libnx 4.2.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 285755b..9d5c678 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.21 +APP_VERSION := 0.0.22 TARGET := $(notdir $(CURDIR)) OUTDIR := bin