aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README.md2
-rw-r--r--changelog.md3
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
32#--------------------------------------------------------------------------------- 32#---------------------------------------------------------------------------------
33APP_TITLE := Lockpick 33APP_TITLE := Lockpick
34APP_AUTHOR := shchmue 34APP_AUTHOR := shchmue
35APP_VERSION := 1.2.5 35APP_VERSION := 1.2.6
36 36
37TARGET := $(subst $e ,_,$(notdir $(APP_TITLE))) 37TARGET := $(subst $e ,_,$(notdir $(APP_TITLE)))
38BUILD := build 38BUILD := build
diff --git a/README.md b/README.md
index 27ea0ec..0010b7b 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Notes
36 36
37Building 37Building
38= 38=
39Release built with [libnx release v2.2.0](https://github.com/switchbrew/libnx). 39Release built with [libnx release v2.4.0](https://github.com/switchbrew/libnx).
40 40
41Uses `freetype` which comes with `switch-portlibs` via `devkitPro pacman`: 41Uses `freetype` which comes with `switch-portlibs` via `devkitPro pacman`:
42``` 42```
diff --git a/changelog.md b/changelog.md
index 0481b7c..2b053ae 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,7 @@
1# Changelog 1# Changelog
2## Version 1.2.6
3* Fix bis key generation on newer hardware
4
2## Version 1.2.5 5## Version 1.2.5
3* Support Hekate v5 fuse dump format 6* Support Hekate v5 fuse dump format
4* Make names consistent with libnx v2.2.0 7* Make names consistent with libnx v2.2.0