diff --git a/manifest.toml b/manifest.toml index 721dd56..855c17f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Invidious" description.en = "Alternative front-end to YouTube" description.fr = "Front-end alternatif à YouTube" -version = "23.04.07~ynh1" +version = "23.04.23~ynh1" maintainers = ["eric_G"] @@ -18,7 +18,7 @@ code = "https://github.com/iv-org/invidious" website = "https://invidio.us/" [integration] -yunohost = ">= 11.1.17" +yunohost = ">= 11.1.18" architectures = ["amd64"] multi_instance = false ldap = false diff --git a/scripts/_common.sh b/scripts/_common.sh index b239a1c..05437b3 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -version_commit=525e4bd67a4cabee646ad01bf69352023e12bdbc +version_commit=961cae2b9a1e1dd780e3f92d55bbc7381b39ffe1 #================================================= # PERSONAL HELPERS