diff --git a/README.md b/README.md index c79c9c3..95ee353 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ In addition to constituting an advantage in terms of confidentiality (the data d - Ability to subscribe to channels without creating a Google account -**Shipped version:** 22.06.15~ynh1 +**Shipped version:** 22.07.14~ynh1 **Demo:** https://invidious.site/ diff --git a/README_fr.md b/README_fr.md index 701a1c0..95bbd3a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,7 @@ En plus de constituer un avantage sur le plan de la confidentialité (les donné - Possibilité d'afficher les commentaires Reddit plutôt que les commentaires YouTube, - Possibilité de s'abonner aux chaines sans créer de compte Google -**Version incluse :** 22.06.15~ynh1 +**Version incluse :** 22.07.14~ynh1 **Démo :** https://invidious.site/ diff --git a/manifest.json b/manifest.json index 02917ca..91f2b59 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Alternative front-end to YouTube", "fr": "Front-end alternatif à YouTube" }, - "version": "22.06.15~ynh1", + "version": "22.07.14~ynh1", "url": "https://invidio.us/", "upstream": { "license": "GPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index 563610f..9f6cfd1 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -version_commit=6c73614a47a5a88df45aa32fadb64e85595d2a18 +version_commit=6577cc0c8c08e563065ee11ff39c1aad76f16878 # dependencies used by the app pkg_dependencies="apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin imagemagick libsqlite3-dev zlib1g-dev libevent-dev pkg-config libpcre3-dev"