diff --git a/Trakttv.bundle/Contents/Code/core/plugin.py b/Trakttv.bundle/Contents/Code/core/plugin.py index ecd5c5985..ebdcc182c 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, 1) -PLUGIN_VERSION_BRANCH = 'develop' +PLUGIN_VERSION_BASE = (0, 8, 1, 2) +PLUGIN_VERSION_BRANCH = 'master' PLUGIN_VERSION = ''.join([ '.'.join([str(x) for x in PLUGIN_VERSION_BASE]),