diff --git a/README.md b/README.md index 09d30ed..6c7a312 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Use Tiktok with an alternative frontend, inspired by Nitter. - RSS Feed for user, trending and tag (just add /rss to the url) -**Shipped version:** 2.3.0.0~ynh1 +**Shipped version:** 2.3.1.0~ynh1 **Demo:** https://proxitok.herokuapp.com/ diff --git a/README_fr.md b/README_fr.md index b90446c..090f1c9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # ProxiTok pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/proxitok.svg)](https://dash.yunohost.org/appci/app/proxitok) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/proxitok.status.svg) ![Status de maintenance](https://ci-apps.yunohost.org/ci/badges/proxitok.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/proxitok.svg)](https://dash.yunohost.org/appci/app/proxitok) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/proxitok.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/proxitok.maintain.svg) [![Installer ProxiTok avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=proxitok) *[Read this readme in english.](./README.md)* @@ -28,7 +28,7 @@ Use Tiktok with an alternative frontend, inspired by Nitter. - RSS Feed for user, trending and tag (just add /rss to the url) -**Version incluse :** 2.3.0.0~ynh1 +**Version incluse :** 2.3.1.0~ynh1 **Démo :** https://proxitok.herokuapp.com/ diff --git a/conf/app.src b/conf/app.src index 8b04b23..441d815 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.3.0.0.tar.gz -SOURCE_SUM=27336f52b6a9a1e66a6fcdebd853a974319376168a58b873c0bdbceac466c8ff +SOURCE_URL=https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.3.1.0.tar.gz +SOURCE_SUM=eee8517d5279dc689702db7b3d5a4725719ee984f1dcd4be96588498052d9ec7 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 69928fb..2772043 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Alternative frontend for TikTok", "fr": "Frontend alternatif à TikTok" }, - "version": "2.3.0.0~ynh1", + "version": "2.3.1.0~ynh1", "url": "https://proxitok.herokuapp.com", "upstream": { "license": "AGPL-3.0-only",