bump version (#311)

This commit is contained in:
Zane Schepke 2024-08-11 00:07:46 -04:00 committed by GitHub
parent bfb8d59827
commit 0c1cb40add
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
object Constants {
const val VERSION_NAME = "3.4.9"
const val VERSION_NAME = "3.5.0"
const val JVM_TARGET = "17"
const val VERSION_CODE = 34900
const val VERSION_CODE = 35000
const val TARGET_SDK = 34
const val MIN_SDK = 26
const val APP_ID = "com.zaneschepke.wireguardautotunnel"

View File

@ -0,0 +1,6 @@
What's new:
- Improve auto tunnel reliability
- Add support for light/dark/dynamic theming
- Add support for pre/post up/down scripts
- Remove tunnel persistent notification
- Various other fixes and improvements