From b37f451aff445a96e47049f587731a40689599f3 Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Fri, 23 Dec 2016 17:37:23 +1300 Subject: [PATCH] Bumped version to 1.2.0 --- .../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 e657b306f..0b6874c6d 100644 --- a/Trakttv.bundle/Contents/Libraries/Shared/plugin/core/constants.py +++ b/Trakttv.bundle/Contents/Libraries/Shared/plugin/core/constants.py @@ -8,8 +8,8 @@ PLUGIN_IDENTIFIER = 'com.plexapp.plugins.trakttv' PLUGIN_PREFIX = '/video/trakt' -PLUGIN_VERSION_BASE = (1, 1, 0, 7) -PLUGIN_VERSION_BRANCH = 'develop' +PLUGIN_VERSION_BASE = (1, 2, 0) +PLUGIN_VERSION_BRANCH = 'master' PLUGIN_VERSION = build_version(PLUGIN_VERSION_BASE, PLUGIN_VERSION_BRANCH)