From 986468a32b5edcbbb0e436fcda007c8106ee6ba6 Mon Sep 17 00:00:00 2001 From: shchmue Date: Mon, 25 Feb 2019 11:53:47 -0500 Subject: [PATCH] Bump version to v1.2.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85d6ffe..b47319c 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules #--------------------------------------------------------------------------------- APP_TITLE := Lockpick APP_AUTHOR := shchmue -APP_VERSION := 1.2 +APP_VERSION := 1.2.1 TARGET := $(subst $e ,_,$(notdir $(APP_TITLE))) BUILD := build