From a7d8e212a322030c685e51c266e91eb58e9e3547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 7 Mar 2024 18:48:15 +0100 Subject: [PATCH] Fix manifest versions --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index e7a09d9..ab5eb6e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -6,7 +6,7 @@ id = "technitium-dns" name = "Technitium DNS" description.en = "Block ads & malware at DNS level for your entire network! Self host a DNS server for privacy & security" -version = "11.3.0~ynh1" +version = "11.3.0~ynh2" maintainers = ["Navan Chauhan"] @@ -20,7 +20,7 @@ cpe = "cpe:2.3:a:technitium:dnsserver" fund = "https://patreon.com/technitium" [integration] -yunohost = ">= 4.3.0" +yunohost = ">= 11.2" architectures = ["amd64", "arm64", "armhf"] multi_instance = false ldap = false