mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Bump plugin manager to v1.0.8
This commit is contained in:
parent
4b140f29c9
commit
85b572707e
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
||||
"versions": {
|
||||
"1.0.8": null,
|
||||
"1.0.7": {
|
||||
"api_version": 8,
|
||||
"commit_sha": "cf55d26",
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ from threading import Thread
|
|||
import logging
|
||||
|
||||
|
||||
PLUGIN_MANAGER_VERSION = "1.0.7"
|
||||
PLUGIN_MANAGER_VERSION = "1.0.8"
|
||||
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