From 9f6d0562b8da6aeb97712abc44fe47a858597e69 Mon Sep 17 00:00:00 2001 From: qnblackcat Date: Thu, 15 Feb 2024 09:27:29 +0700 Subject: [PATCH] bump YT & uYou version --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 35a4002..a3019e9 100644 --- a/Makefile +++ b/Makefile @@ -14,10 +14,10 @@ MODULES = jailed endif ifndef YOUTUBE_VERSION -YOUTUBE_VERSION = 19.02.1 +YOUTUBE_VERSION = 19.06.2 endif ifndef UYOU_VERSION -UYOU_VERSION = 3.0.1 +UYOU_VERSION = 3.0.2 endif PACKAGE_VERSION = $(YOUTUBE_VERSION)-$(UYOU_VERSION)