Skip to content

Commit

Permalink
Bump version to 2.3.1 (105)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Feb 9, 2022
1 parent cc9e9d7 commit 06a8538
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v2.3.1
===
Bugfixes:
- Fixed an issue when VPN Service was not restarting after configuration change
- Fixed an issue when upstream proxy authorization did not work on Android versions older than Android 8 Oreo
- LibertyTunnel no longer conflicts with other plugins which use MITM stack

v2.3
===
New features:
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 104
versionName "2.3"
versionCode 105
versionName "2.3.1"
multiDexEnabled true

externalNativeBuild {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/105.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Bugfixes:
- Fixed an issue when VPN Service was not restarting after configuration change
- Fixed an issue when upstream proxy authorization did not work on Android versions older than Android 8 Oreo
- LibertyTunnel no longer conflicts with other plugins which use MITM stack

0 comments on commit 06a8538

Please sign in to comment.