diff --git a/README.md b/README.md index 54da2cf..73919a4 100755 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Shipped version:** 1.0.0-98~ynh1 +**Shipped version:** 1.0.0-98~ynh2 **Demo:** https://podcast.podlibre.org/@podlibre_fr diff --git a/README_fr.md b/README_fr.md index 4b88baa..03f7089 100755 --- a/README_fr.md +++ b/README_fr.md @@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar - Multi-user: add contributors and set roles - i18n support: translated in English, French & Polish with more to come! -**Version incluse :** 1.0.0-98~ynh1 +**Version incluse :** 1.0.0-98~ynh2 **Démo :** https://podcast.podlibre.org/@podlibre_fr diff --git a/conf/cron b/conf/cron index cff475d..6d28e39 100644 --- a/conf/cron +++ b/conf/cron @@ -1,3 +1,3 @@ * * * * * __APP__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-activities * * * * * __APP__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-video-clips -* * * * * __APP__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-websub-publish \ No newline at end of file +* * * * * __APP__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-websub-publish diff --git a/manifest.json b/manifest.json index d7c8a72..31bf9e9 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Hosting platform made for podcasters", "fr": "Plateforme d'hébergement conçue pour les podcasteurs" }, - "version": "1.0.0-98~ynh1", + "version": "1.0.0-98~ynh2", "url": "https://castopod.org/", "upstream": { "license": "GPL-3.0-only",