Skip to content

Commit 55045d6

Browse files
author
Chris Bellew
committed
Version bump, and changelog update.
1 parent ad29908 commit 55045d6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Voice Control For Plex/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
package="com.atomjack.vcfp"
5-
android:versionCode="23"
6-
android:versionName="1.9.0b4" >
5+
android:versionCode="24"
6+
android:versionName="1.9.0b5" >
77

88
<uses-permission android:name="com.mohammadag.googlesearchapi.permission.ACCESS_GGOGLE_SEARCH_API" />
99
<uses-permission android:name="android.permission.INTERNET" />

Voice Control For Plex/src/main/res/xml/changelog.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
3+
<release version="1.9.0b5" versioncode="24">
4+
<change>Fixed client scan when logged in to Plex.</change>
5+
<change>Moved client selection completely into cast icon.</change>
6+
<change>Fixed hiding and showing of cast icon when network state toggles.</change>
7+
<change>Don't show notification when the client is the local device.</change>
8+
</release>
39
<release version="1.8.4" versioncode="18">
410
<change>Fixed crash when scanning all servers.</change>
511
</release>

0 commit comments

Comments
 (0)