From 49c6fd8dc7b947e6733ebaefe7900b6a398bc6cb Mon Sep 17 00:00:00 2001 From: shchmue Date: Mon, 31 Dec 2018 19:54:59 -0500 Subject: [PATCH] Bump version to v1.1.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 228a654..adf61ec 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules #--------------------------------------------------------------------------------- APP_TITLE := Lockpick APP_AUTHOR := shchmue -APP_VERSION := 1.1 +APP_VERSION := 1.1.1 TARGET := $(subst $e ,_,$(notdir $(APP_TITLE))) BUILD := build