diff --git a/index.json b/index.json index 1efd522..01079d9 100644 --- a/index.json +++ b/index.json @@ -1,12 +1,7 @@ { "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "versions": { - "0.1.8": { - "api_version": 7, - "commit_sha": "54478c6", - "released_on": "30-11-2022", - "md5sum": "2c67cd2405e4e34e1a3b6dfc30c8dc74" - }, + "0.1.8": null, "0.1.7": { "api_version": 7, "commit_sha": "2fe966c", @@ -38,4 +33,4 @@ "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/maps.json" ], "external_source_url": "https://github.com/{repository}/{content_type}/{tag}/category.json" -} \ No newline at end of file +} diff --git a/plugin_manager.py b/plugin_manager.py index 2db4eae..cd794df 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -20,7 +20,7 @@ _env = _ba.env() _uiscale = ba.app.ui.uiscale -PLUGIN_MANAGER_VERSION = "0.1.7" +PLUGIN_MANAGER_VERSION = "0.1.8" REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager" CURRENT_TAG = "main" INDEX_META = "{repository_url}/{content_type}/{tag}/index.json"