chore: bump to 3.6.5

This commit is contained in:
Zane Schepke 2024-12-22 02:41:05 -05:00
parent 0da6e3e82c
commit 44353df400
3 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,7 @@
object Constants {
const val VERSION_NAME = "3.6.4"
const val VERSION_NAME = "3.6.5"
const val JVM_TARGET = "17"
const val VERSION_CODE = 36400
const val VERSION_CODE = 36500
const val TARGET_SDK = 35
const val MIN_SDK = 26
const val APP_ID = "com.zaneschepke.wireguardautotunnel"

View File

@ -0,0 +1,6 @@
What's new:
- Auto tunnel reliability improvements
- Split tunnel save fix and performance improvements
- Kernel mode bug fix
- Tile bug fix
- Various other fixes and improvements

View File

@ -1 +1 @@
21
1