We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8146f0 commit b2bd857Copy full SHA for b2bd857
2 files changed
buildSrc/src/main/kotlin/Constants.kt
@@ -1,6 +1,6 @@
1
object Constants {
2
- const val VERSION_NAME = "4.1.0"
3
- const val VERSION_CODE = 40100
+ const val VERSION_NAME = "4.1.1"
+ const val VERSION_CODE = 40101
4
const val TARGET_SDK = 36
5
const val MIN_SDK = 26
6
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
fastlane/metadata/android/en-US/changelogs/40101.txt
@@ -0,0 +1,3 @@
+What's new:
+- Auto tunnel start ui bugfix
+- Peer stats ui bugfix
0 commit comments