From f2b96afcf8e188b2489554bd7e9df59806553ac9 Mon Sep 17 00:00:00 2001 From: turtle-insect Date: Mon, 3 Apr 2023 21:45:46 +0900 Subject: [PATCH] libnx 4.3.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d5c678..9834a32 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.22 +APP_VERSION := 0.0.23 TARGET := $(notdir $(CURDIR)) OUTDIR := bin