Skip to content

Commit b604995

Browse files
committed
Bump version to 1.7.1
1 parent ad31768 commit b604995

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ endif()
3131

3232
set(PLEX_VERSION_MAJOR 1)
3333
set(PLEX_VERSION_MINOR 7)
34-
set(PLEX_VERSION_PATCH 0)
34+
set(PLEX_VERSION_PATCH 1)
3535
if(DEFINED ENV{BUILD_NUMBER})
3636
set(PLEX_VERSION_BUILD "$ENV{BUILD_NUMBER}")
3737
set(PLEX_VERSION_BUILD_NR "$ENV{BUILD_NUMBER}")

addons/skin.plex/addon.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<addon id="skin.plex" version="1.7.0" name="OpenPHT" provider-name="OpenPHT Team">
2+
<addon id="skin.plex" version="1.7.1" name="OpenPHT" provider-name="OpenPHT Team">
33
<requires>
44
<import addon="xbmc.gui" version="4.0.0"/>
55
</requires>

plex/ReleaseNotes/1.7.1.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FIXES:
2+
- Fixes a crash on home screen
3+
- Fixes videos inside a photo library
4+
- Improved support for newer libmicrohttpd

0 commit comments

Comments
 (0)