diff --git a/README.md b/README.md index 1a7c493..90cb42e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -45,7 +45,7 @@ a public page. - 📥️ **Import your collection** from many other [recipe managers](https://docs.tandoor.dev/features/import_export/) - ➕ Many more like recipe scaling, image compression, printing views and supermarkets -**Shipped version:** 1.5.11~ynh2 +**Shipped version:** 1.5.13~ynh1 **Demo:** https://app.tandoor.dev/accounts/login/?demo @@ -74,4 +74,4 @@ or sudo yunohost app upgrade tandoor -u https://github.com/YunoHost-Apps/tandoor_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index bd6c99e..c2701a8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -45,7 +45,7 @@ a public page. - 📥️ **Import your collection** from many other [recipe managers](https://docs.tandoor.dev/features/import_export/) - ➕ Many more like recipe scaling, image compression, printing views and supermarkets -**Version incluse :** 1.5.11~ynh2 +**Version incluse :** 1.5.13~ynh1 **Démo :** https://app.tandoor.dev/accounts/login/?demo diff --git a/manifest.toml b/manifest.toml index 6342944..a3cdcef 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Tandoor" description.en = "Application for managing and sharing recipes, planning meals, building shopping lists and much much more!" description.fr = "Gérez et partagez vos recettes, planifiez vos repas, créez vos listes de courses et beaucoup plus encore !" -version = "1.5.11~ynh2" +version = "1.5.13~ynh1" maintainers = ["Navan Chauhan"] @@ -42,8 +42,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/TandoorRecipes/recipes/archive/refs/tags/1.5.11.tar.gz" - sha256 = "deda304272a3a327eb24cd83dce61acfd86470a9bb885d31269ea01c6d1f9f14" + url = "https://github.com/TandoorRecipes/recipes/archive/refs/tags/1.5.13.tar.gz" + sha256 = "ac4f4b2bab97e1c376f2723720b4068a8c415fe074f290fef7498f9ea5541cf3" in_subdir = true autoupdate.strategy = "latest_github_tag"