mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
CI fix
This commit is contained in:
parent
5104aac584
commit
93106f2e72
2 changed files with 2 additions and 7 deletions
|
|
@ -1,12 +1,7 @@
|
|||
{
|
||||
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
||||
"versions": {
|
||||
"1.1.1": {
|
||||
"api_version": 9,
|
||||
"commit_sha": "9a6d649",
|
||||
"released_on": "09-02-2025",
|
||||
"md5sum": "f4750704a753e725365c92c87f793ad5"
|
||||
},
|
||||
"1.1.1": null,
|
||||
"1.1.0": {
|
||||
"api_version": 9,
|
||||
"commit_sha": "004ee51",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ from datetime import datetime
|
|||
# Modules used for overriding AllSettingsWindow
|
||||
import logging
|
||||
|
||||
PLUGIN_MANAGER_VERSION = "1.1.0"
|
||||
PLUGIN_MANAGER_VERSION = "1.1.1"
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue