chore: release 4.2.1

This commit is contained in:
Zane Schepke
2025-12-19 11:35:43 -05:00
parent eac674c996
commit 16d0642a51
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
object Constants {
const val VERSION_NAME = "4.2.0"
const val VERSION_CODE = 40200
const val VERSION_NAME = "4.2.1"
const val VERSION_CODE = 40201
const val TARGET_SDK = 36
const val MIN_SDK = 26
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
@@ -0,0 +1,3 @@
What's new:
- Auto-tunnel screen not loading without connecting to Wi-Fi bugfix
- Import tunnel via URL bugfix