Merge pull request #215 from Freaku17/main

Fix oops
This commit is contained in:
Loup 2023-12-11 22:23:31 +05:30 committed by GitHub
commit 537f2a577d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -3,9 +3,9 @@
"versions": {
"1.0.5": {
"api_version": 8,
"commit_sha": "e417f41",
"commit_sha": "cd1c858",
"released_on": "11-12-2023",
"md5sum": "3a27fb8fd11bc59ae6f2f2655bb151f3"
"md5sum": "bbd7b03d0e16b088c0df842271dbf9cc"
},
"1.0.4": {
"api_version": 8,

View file

@ -30,7 +30,7 @@ from threading import Thread
import logging
PLUGIN_MANAGER_VERSION = "1.0.4"
PLUGIN_MANAGER_VERSION = "1.0.5"
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.