chore: bump version w/notes
This commit is contained in:
parent
c5b42b55c3
commit
add18d5cef
|
@ -1,7 +1,7 @@
|
|||
object Constants {
|
||||
const val VERSION_NAME = "3.6.1"
|
||||
const val VERSION_NAME = "3.6.2"
|
||||
const val JVM_TARGET = "17"
|
||||
const val VERSION_CODE = 36100
|
||||
const val VERSION_CODE = 36200
|
||||
const val TARGET_SDK = 35
|
||||
const val MIN_SDK = 26
|
||||
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
What's new:
|
||||
- Added VPN kill switch w/LAN bypass
|
||||
- Improved auto tunnel speed and reliability
|
||||
- Improved tile sync
|
||||
- Various bug fixes and improvements
|
Loading…
Reference in New Issue