diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index e9728e0..5ec3f02 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.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" diff --git a/fastlane/metadata/android/en-US/changelogs/36500.txt b/fastlane/metadata/android/en-US/changelogs/36500.txt new file mode 100644 index 0000000..f48465b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/36500.txt @@ -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 diff --git a/versionCode.txt b/versionCode.txt index b5045cc..d00491f 100644 --- a/versionCode.txt +++ b/versionCode.txt @@ -1 +1 @@ -21 \ No newline at end of file +1