From 6e503d9b1b910eb5542bf18380f2fe9538ccdb40 Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Sat, 10 Sep 2016 18:01:35 +1200 Subject: [PATCH] Bumped version to 1.1.0.6 --- .../Contents/Libraries/Shared/plugin/core/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Trakttv.bundle/Contents/Libraries/Shared/plugin/core/constants.py b/Trakttv.bundle/Contents/Libraries/Shared/plugin/core/constants.py index 3b15a4042..a26deafa6 100644 --- a/Trakttv.bundle/Contents/Libraries/Shared/plugin/core/constants.py +++ b/Trakttv.bundle/Contents/Libraries/Shared/plugin/core/constants.py @@ -7,8 +7,8 @@ PLUGIN_IDENTIFIER = 'com.plexapp.plugins.trakttv' PLUGIN_PREFIX = '/video/trakt' -PLUGIN_VERSION_BASE = (1, 1, 0, 5) -PLUGIN_VERSION_BRANCH = 'develop' +PLUGIN_VERSION_BASE = (1, 1, 0, 6) +PLUGIN_VERSION_BRANCH = 'master' PLUGIN_VERSION = ''.join([ '.'.join([str(x) for x in PLUGIN_VERSION_BASE]),