From fa9f42aef1c3c9f56071f48bf807ee78636b1cea Mon Sep 17 00:00:00 2001 From: Loup <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Sun, 20 Jul 2025 04:01:57 +0530 Subject: [PATCH] Update plugin_manager.py --- plugin_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_manager.py b/plugin_manager.py index f251c45..3220075 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -33,7 +33,7 @@ PLUGIN_MANAGER_VERSION = "1.1.3" REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager" # Current tag can be changed to "staging" or any other branch in # plugin manager repo for testing purpose. -CURRENT_TAG = "main" +CURRENT_TAG = "autometa" _env = _babase.env() _uiscale = bui.app.ui_v1.uiscale