mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Add support for auto version insertion
This commit is contained in:
parent
86e3597513
commit
0f28579840
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ from datetime import datetime
|
|||
# Modules used for overriding AllSettingsWindow
|
||||
import logging
|
||||
|
||||
PLUGIN_MANAGER_VERSION = "1.1.3"
|
||||
PLUGIN_MANAGER_VERSION = "1.2.0"
|
||||
plugman = dict(version=PLUGIN_MANAGER_VERSION)
|
||||
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