diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index c215d50c..33e4dbca 100644 --- a/buildSrc/src/main/kotlin/Constants.kt +++ b/buildSrc/src/main/kotlin/Constants.kt @@ -1,7 +1,7 @@ object Constants { - const val VERSION_NAME = "3.8.1" + const val VERSION_NAME = "3.8.2" const val JVM_TARGET = "17" - const val VERSION_CODE = 38100 + const val VERSION_CODE = 38200 const val TARGET_SDK = 35 const val MIN_SDK = 26 const val APP_ID = "com.zaneschepke.wireguardautotunnel" diff --git a/fastlane/metadata/android/en-US/changelogs/38200.txt b/fastlane/metadata/android/en-US/changelogs/38200.txt new file mode 100644 index 00000000..0edb07a2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/38200.txt @@ -0,0 +1,8 @@ +What's new: +- New app icon and minor UI improvements +- Fix for local logger toggle bug +- Fix for AndroidTV restart on reboot +- Fix for AndroidTV language selection +- Fix for ping feature running by default +- Fix for kernel mode shutdown bug +- Fix for kill switch auto tunneling bug \ No newline at end of file