From 09f9e4242cb4993490b42903a01f7d54fba6081e Mon Sep 17 00:00:00 2001 From: shchmue Date: Tue, 10 Sep 2019 14:21:55 -0600 Subject: [PATCH] Bump version to v1.2.6 --- Makefile | 2 +- README.md | 2 +- changelog.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e0122f..4a41efd 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules #--------------------------------------------------------------------------------- APP_TITLE := Lockpick APP_AUTHOR := shchmue -APP_VERSION := 1.2.5 +APP_VERSION := 1.2.6 TARGET := $(subst $e ,_,$(notdir $(APP_TITLE))) BUILD := build diff --git a/README.md b/README.md index 27ea0ec..0010b7b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Notes Building = -Release built with [libnx release v2.2.0](https://github.com/switchbrew/libnx). +Release built with [libnx release v2.4.0](https://github.com/switchbrew/libnx). Uses `freetype` which comes with `switch-portlibs` via `devkitPro pacman`: ``` diff --git a/changelog.md b/changelog.md index 0481b7c..2b053ae 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ # Changelog +## Version 1.2.6 +* Fix bis key generation on newer hardware + ## Version 1.2.5 * Support Hekate v5 fuse dump format * Make names consistent with libnx v2.2.0