From 197dcf9aaa63fcdf4292a768f3f53d347eecb768 Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Tue, 4 Nov 2025 05:18:28 +1030 Subject: [PATCH] Add minimum version to pcd.json --- pcd.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pcd.json b/pcd.json index 6021067..951d607 100644 --- a/pcd.json +++ b/pcd.json @@ -18,5 +18,8 @@ "links": { "homepage": "https://dictionarry.dev", "issues": "https://github.com/dictionarry-hub/schema/issues" + }, + "profilarr": { + "minimum_version": "2.0.0" } -} \ No newline at end of file +}