Updates plugins descriptions

main
Yasen Pramatarov 2026-01-20 15:31:34 +02:00
parent 0165896a0b
commit 71c25c778f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "Logger Plugin", "name": "Logger Plugin",
"version": "1.0.2", "version": "1.0.2",
"description": "Initializes logging system via LoggerFactory" "description": "Logging system for storing logs in the DB"
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "Registration Plugin", "name": "Registration Plugin",
"version": "1.0.2", "version": "1.0.2",
"description": "Provides registration functionality as a plugin." "description": "Registration of new users"
} }