From e8c2ea57f8cbc945780399a22aba7a4d70c7fa85 Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Sun, 9 Aug 2015 21:36:27 +1200 Subject: [PATCH] Bumped version to 0.9.10.4-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 2d44a0802..b42b17d5a 100644 --- a/Trakttv.bundle/Contents/Libraries/Shared/plugin/core/constants.py +++ b/Trakttv.bundle/Contents/Libraries/Shared/plugin/core/constants.py @@ -4,8 +4,8 @@ PLUGIN_IDENTIFIER = 'com.plexapp.plugins.trakttv' PLUGIN_PREFIX = '/video/trakt' -PLUGIN_VERSION_BASE = (0, 9, 10, 3) -PLUGIN_VERSION_BRANCH = 'develop' +PLUGIN_VERSION_BASE = (0, 9, 10, 4) +PLUGIN_VERSION_BRANCH = 'beta' PLUGIN_VERSION = ''.join([ '.'.join([str(x) for x in PLUGIN_VERSION_BASE]),