From bb3dce620805258dba65464ee7f1b8d478213545 Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Sun, 3 Jul 2016 11:41:46 +1200 Subject: [PATCH] Bumped version to 1.0.3.3 --- .../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 7eb0b8e61..470f6f934 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, 0, 3, 2) -PLUGIN_VERSION_BRANCH = 'develop' +PLUGIN_VERSION_BASE = (1, 0, 3, 3) +PLUGIN_VERSION_BRANCH = 'master' PLUGIN_VERSION = ''.join([ '.'.join([str(x) for x in PLUGIN_VERSION_BASE]),