diff --git a/Stream-Mapparr/plugin.py b/Stream-Mapparr/plugin.py index c43482a..a7518a6 100644 --- a/Stream-Mapparr/plugin.py +++ b/Stream-Mapparr/plugin.py @@ -31,7 +31,7 @@ class Plugin: """Dispatcharr Stream-Mapparr Plugin""" name = "Stream-Mapparr" - version = "0.5.0a" + version = "0.5.0b" description = "🎯 Automatically add matching streams to channels based on name similarity and quality precedence with enhanced fuzzy matching" # Settings rendered by UI @@ -1648,4 +1648,5 @@ plugin_instance = Plugin() # Alternative export names in case Dispatcharr looks for these stream_mapparr = Plugin() -STREAM_MAPPARR = Plugin() \ No newline at end of file + +STREAM_MAPPARR = Plugin()