From ba90a0aaa044da3b8c0c020aeac342f34beb37dd Mon Sep 17 00:00:00 2001 From: Pirates IRC <98669745+PiratesIRC@users.noreply.github.com> Date: Sat, 8 Nov 2025 10:13:44 -0600 Subject: [PATCH] 0.5.0b --- Stream-Mapparr/plugin.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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()