From 820db8ba1fc551641b3e5bfbacba617a802fda09 Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Fri, 4 Apr 2014 14:23:34 +1300 Subject: [PATCH] Bumped version to 0.8.2 --- Trakttv.bundle/Contents/Code/core/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Trakttv.bundle/Contents/Code/core/plugin.py b/Trakttv.bundle/Contents/Code/core/plugin.py index 14009221b..810629b98 100644 --- a/Trakttv.bundle/Contents/Code/core/plugin.py +++ b/Trakttv.bundle/Contents/Code/core/plugin.py @@ -1,8 +1,8 @@ PLUGIN_NAME = 'Plex-Trakt-Scrobbler' PLUGIN_IDENTIFIER = 'com.plexapp.plugins.trakttv' -PLUGIN_VERSION_BASE = (0, 8, 1, 2) -PLUGIN_VERSION_BRANCH = 'develop' +PLUGIN_VERSION_BASE = (0, 8, 2) +PLUGIN_VERSION_BRANCH = 'master' PLUGIN_VERSION = ''.join([ '.'.join([str(x) for x in PLUGIN_VERSION_BASE]),