Skip to content

Commit

Permalink
bump version (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke authored Aug 11, 2024
1 parent bfb8d59 commit 0c1cb40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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.4.9"
const val VERSION_NAME = "3.5.0"
const val JVM_TARGET = "17"
const val VERSION_CODE = 34900
const val VERSION_CODE = 35000
const val TARGET_SDK = 34
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/35000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
What's new:
- Improve auto tunnel reliability
- Add support for light/dark/dynamic theming
- Add support for pre/post up/down scripts
- Remove tunnel persistent notification
- Various other fixes and improvements

0 comments on commit 0c1cb40

Please sign in to comment.