From 6dcaf5af8144fb41cadd2dbadeffa1c54f755cb3 Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 22 Nov 2025 08:29:33 +0100 Subject: [PATCH] Bump NTP server plugin release v1.1.2 --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 61400c3..c107e15 100644 --- a/manifest.json +++ b/manifest.json @@ -105,7 +105,7 @@ { "id": "4", "name": "NTP Server", - "version": "v1.1.1", + "version": "v1.1.2", "description": "A Network Time Protocol (NTP) server for RaspAP", "author": "Bill Z", "author_uri": "https://github.com/billz", @@ -115,7 +115,7 @@ "namespace": "RaspAP\\Plugins\\NTPServer", "default_locale": "en_US", "dependencies": { - "ntp": "1.2.2" + "ntpsec": "1.2.2" }, "icon": "far fa-clock", "install_path": "plugins",