chore: bump version to 4.0.3

This commit is contained in:
Zane Schepke
2025-09-27 06:18:13 -04:00
parent dedef38541
commit b7e4f3c3e5
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
object Constants {
const val VERSION_NAME = "4.0.2"
const val VERSION_CODE = 40002
const val VERSION_NAME = "4.0.3"
const val VERSION_CODE = 40003
const val TARGET_SDK = 36
const val MIN_SDK = 26
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
@@ -0,0 +1,4 @@
What's new:
- Monitoring failing to shut down race bugfix
- Notifications stop action bugfix
- Notification relaunch activity when already active bugfix