Skip to content

Commit

Permalink
Bump version to 2.6 (108)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Jul 31, 2022
1 parent 1f8066e commit 00009c5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v2.6
===
Improvements:
- Under the hood optimization of the MITM module and LibertyTunnel SNI tricks

Bugfixes:
- Fixed the underlying issue which prevented LibertyTunnel "Remove SNI" trick from being applied

v2.5
===
Improvements:
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId 'io.github.krlvm.powertunnel.android'
minSdkVersion 16
targetSdkVersion 30
versionCode 107
versionName "2.5"
versionCode 108
versionName "2.6"
multiDexEnabled true

externalNativeBuild {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/108.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Improvements:
- Under the hood optimization of the MITM module and LibertyTunnel SNI tricks

Bugfixes:
- Fixed the underlying issue which prevented LibertyTunnel "Remove SNI" trick from being applied

0 comments on commit 00009c5

Please sign in to comment.