Skip to content

Commit

Permalink
dist: 3.6.1 notes and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Nov 23, 2024
1 parent 9bb3006 commit 347c797
Show file tree
Hide file tree
Showing 2 changed files with 9 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.6.0"
const val VERSION_NAME = "3.6.1"
const val JVM_TARGET = "17"
const val VERSION_CODE = 36000
const val VERSION_CODE = 36100
const val TARGET_SDK = 35
const val MIN_SDK = 26
const val APP_ID = "com.zaneschepke.wireguardautotunnel"
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/36100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
What's new:
- Add tunnel from clipboard
- Add localizations
- Fix battery drain bug
- Fix delete bug
- Improve tunnel tile sync
- Other fixes and improvements

0 comments on commit 347c797

Please sign in to comment.