From 2623869c9bb98dcbc2017bb73c3128440a5e5e78 Mon Sep 17 00:00:00 2001 From: lucasaf04 <39613949+lucasaf04@users.noreply.github.com> Date: Thu, 3 Aug 2023 14:16:59 +0200 Subject: [PATCH] Bump version 1.3.1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1ec71e3..ea362c8 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ include $(DEVKITPRO)/libnx/switch_rules # NACP building is skipped as well. #--------------------------------------------------------------------------------- APP_TITLE := Sysmodules -APP_VERSION := 1.2.2 +APP_VERSION := 1.3.1 TARGET := ovlSysmodules BUILD := build @@ -209,4 +209,4 @@ $(OFILES_SRC) : $(HFILES_BIN) #--------------------------------------------------------------------------------------- endif -#--------------------------------------------------------------------------------------- \ No newline at end of file +#---------------------------------------------------------------------------------------