bump version (#311)
This commit is contained in:
parent
bfb8d59827
commit
0c1cb40add
|
@ -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"
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue