Skip to content

Commit e287c12

Browse files
committed
Version v6.2.2, Build 116220, Changelog update
1 parent b06df44 commit e287c12

File tree

12 files changed

+32
-16
lines changed

12 files changed

+32
-16
lines changed

CustomVnc-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116210"
6-
android:versionName="v6.2.1">
5+
android:versionCode="116220"
6+
android:versionName="v6.2.2">
77

88
<uses-permission tools:node="removeAll" />
99
<uses-permission android:name="android.permission.INTERNET" />

Opaque-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:versionCode="116210"
4-
android:versionName="v6.2.1">
3+
android:versionCode="116220"
4+
android:versionName="v6.2.2">
55

66
<uses-feature
77
android:name="android.hardware.usb.host"

aRDP-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116210"
6-
android:versionName="v6.2.1">
5+
android:versionCode="116220"
6+
android:versionName="v6.2.2">
77

88
<uses-permission tools:node="removeAll" />
99
<uses-permission android:name="android.permission.INTERNET" />

aSPICE-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116210"
6-
android:versionName="v6.2.1">
5+
android:versionCode="116220"
6+
android:versionName="v6.2.2">
77

88
<uses-feature
99
android:name="android.hardware.usb.host"

bVNC-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116210"
6-
android:versionName="v6.2.1">
5+
android:versionCode="116220"
6+
android:versionName="v6.2.2">
77

88
<uses-permission tools:node="removeAll" />
99
<uses-permission android:name="android.permission.INTERNET" />

bVNC/CHANGELOG-Opaque

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v6.2.2
2+
- UI Refresh
3+
- Light/Dark mode theme while not connected
4+
- Bugfixes
15
v6.2.1
26
- Updated translations
37
v6.1.9

bVNC/CHANGELOG-aRDP

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v6.2.2
2+
- UI Refresh
3+
- Light/Dark mode theme while not connected
4+
- Bugfixes
15
v6.2.1
26
- Updated translations
37
v6.2.0

bVNC/CHANGELOG-aSPICE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v6.2.2
2+
- UI Refresh
3+
- Light/Dark mode theme while not connected
4+
- Bugfixes
15
v6.2.1
26
- Updated translations
37
v6.1.9

bVNC/CHANGELOG-bVNC

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v6.2.2
2+
- UI Refresh
3+
- Light/Dark mode theme while not connected
4+
- Bugfixes
15
v6.2.1
26
- Updated translations
37
v6.1.9

freeaRDP-app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="116210"
6-
android:versionName="v6.2.1">
5+
android:versionCode="116220"
6+
android:versionName="v6.2.2">
77

88
<uses-permission tools:node="removeAll" />
99
<uses-permission android:name="android.permission.INTERNET" />

0 commit comments

Comments
 (0)