From 14086826592a5d7a1ebc70b8e1ba56ba4373bc08 Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Wed, 21 Jan 2015 15:58:49 +1300 Subject: [PATCH] Bumped version to 0.9.1.9-beta --- .../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 d284d6659..9bcde9cc1 100644 --- a/Trakttv.bundle/Contents/Libraries/Shared/plugin/core/constants.py +++ b/Trakttv.bundle/Contents/Libraries/Shared/plugin/core/constants.py @@ -2,8 +2,8 @@ PLUGIN_IDENTIFIER = 'com.plexapp.plugins.trakttv' PLUGIN_PREFIX = '/video/trakt' -PLUGIN_VERSION_BASE = (0, 9, 1, 8) -PLUGIN_VERSION_BRANCH = 'develop' +PLUGIN_VERSION_BASE = (0, 9, 1, 9) +PLUGIN_VERSION_BRANCH = 'beta' PLUGIN_VERSION = ''.join([ '.'.join([str(x) for x in PLUGIN_VERSION_BASE]),