Skip to content

Commit 131d46b

Browse files
committed
Bump version to 2.6.2 (110)
1 parent e394e23 commit 131d46b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v2.6.2
2+
===
3+
Improvements:
4+
- Under the hood LibertyTunnel performance optimizations
5+
16
v2.6.1
27
===
38
Bugfixes:

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 109
32-
versionName "2.6.1"
31+
versionCode 110
32+
versionName "2.6.2"
3333
multiDexEnabled true
3434

3535
externalNativeBuild {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Improvements:
2+
- Under the hood LibertyTunnel performance optimizations

new_version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
109;2.6.1;16
1+
110;2.6.2;16

0 commit comments

Comments
 (0)