Skip to content

Commit

Permalink
chore: bump to 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Dec 22, 2024
1 parent 0da6e3e commit 44353df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Constants {
const val VERSION_NAME = "3.6.4"
const val VERSION_NAME = "3.6.5"
const val JVM_TARGET = "17"
const val VERSION_CODE = 36400
const val VERSION_CODE = 36500
const val TARGET_SDK = 35
const val MIN_SDK = 26
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/36500.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
What's new:
- Auto tunnel reliability improvements
- Split tunnel save fix and performance improvements
- Kernel mode bug fix
- Tile bug fix
- Various other fixes and improvements
2 changes: 1 addition & 1 deletion versionCode.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21
1

0 comments on commit 44353df

Please sign in to comment.