From 1aad6ae4094fd876d83ba63ffc840c57b16e3321 Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Fri, 9 May 2014 15:50:37 +1200 Subject: [PATCH] Bumped version to 0.8.3.4 --- 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 0f5be4023..85300132b 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, 3, 3) -PLUGIN_VERSION_BRANCH = 'develop' +PLUGIN_VERSION_BASE = (0, 8, 3, 4) +PLUGIN_VERSION_BRANCH = 'beta' PLUGIN_VERSION = ''.join([ '.'.join([str(x) for x in PLUGIN_VERSION_BASE]),