Skip to content

Commit 0f5cabb

Browse files
committed
Bump version to 1.9.1
1 parent 73492d1 commit 0f5cabb

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v1.9.1
2+
===
3+
Improvements:
4+
- Optional Root CA installation for SNI Tricks
5+
6+
Bugfixes:
7+
- Fixed Root CA installation on Android 11 and higher. You need to install it manually due to new security policies.
8+
19
v1.9
210
===
311
New features:

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "ru.krlvm.powertunnel.android"
99
minSdkVersion 16
1010
targetSdkVersion 30
11-
versionCode 20
12-
versionName "1.9"
11+
versionCode 21
12+
versionName "1.9.1"
1313
multiDexEnabled true
1414

1515
externalNativeBuild {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Improvements:
2+
- Optional Root CA installation for SNI Tricks
3+
4+
Bugfixes:
5+
- Fixed Root CA installation on Android 11 and higher. You need to install it manually due to new security policies.

new_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20;1.9;16
1+
21;1.9.1;16

0 commit comments

Comments
 (0)