From b3bd3f1667f19824c4d4ed8dd19a664491e09428 Mon Sep 17 00:00:00 2001 From: pivotiiii <17112987+pivotiiii@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:49:20 +0200 Subject: [PATCH] update version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3911dc..e4dee7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.28.3) project( nsui_banner_fixer - VERSION 2.1.0 + VERSION 2.1.1 DESCRIPTION "Fixes banners for GBA forwarders generated with NSUIv28 on non-US consoles." LANGUAGES C CXX)