Skip to content

Commit 53c29e7

Browse files
committed
Bump version to 2.3 (104)
1 parent a9ed1dd commit 53c29e7

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v2.3
2+
===
3+
New features:
4+
- Support for SOCKS4/SOCKS5 upstream proxy servers
5+
6+
Bugfixes:
7+
- Fixed an issue when upstream proxy server did not connect
8+
19
v2.2
210
===
311
New features:

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId 'io.github.krlvm.powertunnel.android'
2929
minSdkVersion 16
3030
targetSdkVersion 30
31-
versionCode 103
32-
versionName "2.2"
31+
versionCode 104
32+
versionName "2.3"
3333
multiDexEnabled true
3434

3535
externalNativeBuild {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
New features:
2+
- Support for SOCKS4/SOCKS5 upstream proxy servers
3+
4+
Bugfixes:
5+
- Fixed an issue when upstream proxy server did not connect

0 commit comments

Comments
 (0)