diff --git a/README.md b/README.md index 65a2295..ac17ec5 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Remote runner to offload heavy workloads jobs (such as transcoding) from one or several (distant) Peertube server. -**Shipped version:** 1.0~ynh1 +**Shipped version:** 1.0~ynh2 ## Documentation and resources * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 7fa1d33..6a348e7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,13 +19,13 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Un *runner* distant pour décharger le travail intense en ressources (comme le transcodage) d'un serveur PeerTube principal distant. -**Version incluse :** 1.0~ynh1 +**Version incluse :** 1.0~ynh2 ## Documentations et ressources * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs diff --git a/manifest.toml b/manifest.toml index 3358368..b908d98 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "PeerTube Remote Runner" description.en = "Remote runner to offload high CPU/long job (such as transcoding) from Peertube main server" description.fr = "Runner distant pour décharger le travail intense en ressources CPU (comme le transcodage) d'un serveur PeerTube principal" -version = "1.0~ynh1" +version = "1.0~ynh2" maintainers = ["Lapineige"]