fix: update marketplace.json version to 2.21.0

marketplace.json was stuck at 2.0.0, preventing the plugin marketplace
from picking up the security fix.
This commit is contained in:
OthmanAdi
2026-03-05 18:29:26 +01:00
parent ee02cc5af8
commit 5f1a6d2f9c
+1 -1
View File
@@ -9,7 +9,7 @@
"name": "planning-with-files",
"source": "./",
"description": "Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Now with hooks integration.",
"version": "2.0.0"
"version": "2.21.0"
}
]
}