mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
Changed version number to 1.1.9
This commit is contained in:
parent
d88d0e149d
commit
3adfe38e55
3 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
## Plugin Manager (dd-mm-yyyy)
|
||||
|
||||
### 1.1.9 (11-06-2026)
|
||||
|
||||
- Fix for bs 1.7.63
|
||||
|
||||
### 1.1.8 (23-02-2026)
|
||||
|
||||
- Fix for bs 1.7.61 build no 22714
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
||||
"versions": {
|
||||
"1.1.9": null,
|
||||
"1.1.8": {
|
||||
"api_version": 9,
|
||||
"commit_sha": "8222081",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ from datetime import datetime
|
|||
# Modules used for overriding AllSettingsWindow
|
||||
import logging
|
||||
|
||||
PLUGIN_MANAGER_VERSION = "1.1.8"
|
||||
PLUGIN_MANAGER_VERSION = "1.1.9"
|
||||
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