diff --git a/README.md b/README.md index bc0e426..571ee8e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Output format can take several forms: * `Plaintext` : raw text (php object, as returned by print_r) -**Shipped version:** 2023.07.13~ynh2 +**Shipped version:** 2023.09.24~ynh2 **Demo:** https://wtf.roflcopter.fr/rss-bridge/ diff --git a/README_fr.md b/README_fr.md index 8a063e2..1890458 100644 --- a/README_fr.md +++ b/README_fr.md @@ -53,7 +53,7 @@ Output format can take several forms: * `Plaintext` : raw text (php object, as returned by print_r) -**Version incluse :** 2023.07.13~ynh2 +**Version incluse :** 2023.09.24~ynh2 **Démo :** https://wtf.roflcopter.fr/rss-bridge/ diff --git a/manifest.toml b/manifest.toml index 9356099..a3b499d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "RSS-Bridge" description.en = "RSS and Atom feed generator for websites that don't have one" description.fr = "Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas" -version = "2023.07.13~ynh2" +version = "2023.09.24~ynh2" maintainers = ["JimboJoe","Lapineige"] @@ -39,8 +39,9 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/RSS-Bridge/rss-bridge/archive/refs/tags/2023-07-13.tar.gz" - sha256 = "2aacd86a6c5387660782b881d7b07bd278477e55913e63c4dd6aae09e02b9d50" + url = "https://github.com/RSS-Bridge/rss-bridge/archive/refs/tags/2023-09-24.tar.gz" + sha256 = "8afad274d0c208a0cda5501c5aef64310b307b81a2df4cd28a362d3db89b4b15" + autoupdate.strategy = "latest_github_release" [resources.system_user] @@ -51,4 +52,4 @@ ram.runtime = "50M" [resources.apt] packages = "php8.2-fpm, php8.2-mbstring, php8.2-xml, php8.2-curl" - \ No newline at end of file +