From e08520e197961236ef058f38e78e4ab5f45a9463 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 26 Aug 2023 11:38:39 +0200 Subject: [PATCH] fix --- manifest.toml | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index ee8e74e..26b5dad 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.08.02~ynh2" +version = "23.08.26~ynh1" maintainers = ["eric_G"] diff --git a/scripts/_common.sh b/scripts/_common.sh index 45945b6..9d005ed 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -version_commit=d956b1826e15da6cfcd9a1531b0f1e6ef577dd10 +version_commit=34508966027fce3f460d9670eeecef67b92565a0 #================================================= # PERSONAL HELPERS