Skip to content

Commit b2bd857

Browse files
committed
chore: release 4.1.1
1 parent e8146f0 commit b2bd857

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

buildSrc/src/main/kotlin/Constants.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
object Constants {
2-
const val VERSION_NAME = "4.1.0"
3-
const val VERSION_CODE = 40100
2+
const val VERSION_NAME = "4.1.1"
3+
const val VERSION_CODE = 40101
44
const val TARGET_SDK = 36
55
const val MIN_SDK = 26
66
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
What's new:
2+
- Auto tunnel start ui bugfix
3+
- Peer stats ui bugfix

0 commit comments

Comments
 (0)