Bump version to v1.2.6

This commit is contained in:
shchmue 2019-09-10 14:21:55 -06:00
parent b2ca9c881d
commit 09f9e4242c
3 changed files with 5 additions and 2 deletions

View File

@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
APP_TITLE := Lockpick APP_TITLE := Lockpick
APP_AUTHOR := shchmue APP_AUTHOR := shchmue
APP_VERSION := 1.2.5 APP_VERSION := 1.2.6
TARGET := $(subst $e ,_,$(notdir $(APP_TITLE))) TARGET := $(subst $e ,_,$(notdir $(APP_TITLE)))
BUILD := build BUILD := build

View File

@ -36,7 +36,7 @@ Notes
Building 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`: Uses `freetype` which comes with `switch-portlibs` via `devkitPro pacman`:
``` ```

View File

@ -1,4 +1,7 @@
# Changelog # Changelog
## Version 1.2.6
* Fix bis key generation on newer hardware
## Version 1.2.5 ## Version 1.2.5
* Support Hekate v5 fuse dump format * Support Hekate v5 fuse dump format
* Make names consistent with libnx v2.2.0 * Make names consistent with libnx v2.2.0