chore: bump to 3.6.5
This commit is contained in:
parent
0da6e3e82c
commit
44353df400
|
@ -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"
|
||||
|
|
|
@ -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
|
|
@ -1 +1 @@
|
|||
21
|
||||
1
|
||||
|
|
Loading…
Reference in New Issue