From 263ee994ae0bf2292bde1e255d32091b934b1c3c Mon Sep 17 00:00:00 2001 From: Sravan Date: Sat, 13 May 2023 19:51:45 +0530 Subject: [PATCH] bump to new version Change the version --- index.json | 1 + plugin_manager.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.json b/index.json index 3a1b001..7af7823 100644 --- a/index.json +++ b/index.json @@ -1,6 +1,7 @@ { "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "versions": { + "0.3.3" : null, "0.3.2": { "api_version": 7, "commit_sha": "789f95f", diff --git a/plugin_manager.py b/plugin_manager.py index 15b40d8..3a08922 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -25,7 +25,7 @@ _env = _ba.env() _uiscale = ba.app.ui.uiscale -PLUGIN_MANAGER_VERSION = "0.3.2" +PLUGIN_MANAGER_VERSION = "0.3.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.