Skip to content

Commit c71c4e5

Browse files
committed
chore: bump version and notes
1 parent 7f0fea3 commit c71c4e5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

buildSrc/src/main/kotlin/Constants.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object Constants {
2-
const val VERSION_NAME = "3.7.1"
2+
const val VERSION_NAME = "3.7.2"
33
const val JVM_TARGET = "17"
4-
const val VERSION_CODE = 37100
4+
const val VERSION_CODE = 37200
55
const val TARGET_SDK = 35
66
const val MIN_SDK = 26
77
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
What's new:
2+
- Auto tunnel regression fix
3+
- Tile sync improvements
4+
- Optimize wifi name querying
5+
- Improve network monitoring permission checks

0 commit comments

Comments
 (0)