Skip to content

Commit aa79e9b

Browse files
author
Jon Whittingham
committed
Release v2.1: Added library sorting feature and improved folder handling
1 parent 05f57ce commit aa79e9b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Thumbs.db
2727
# Don't exclude our APK releases!
2828
!releases/*.apk
2929
!releases/*.json
30+
!downloads/**/*.apk
3031

3132
# Keep documentation and images
3233
!*.md

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.1

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ <h3>⚙️ LibHac Integration</h3>
214214
<section class="downloads">
215215
<h2>Download</h2>
216216
<div class="version-info">
217-
Latest Version: 2.0.1 (November 2025)
217+
Latest Version: 2.1 (November 2025)
218218
</div>
219219
<div class="download-buttons">
220220
<a href="downloads/android/SwitchToolkit-Release.apk" class="download-btn" download>

0 commit comments

Comments
 (0)