diff --git a/README.md b/README.md index 1e403e6..12dd152 100644 --- a/README.md +++ b/README.md @@ -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.12~ynh1 +**Shipped version:** 1.5.13~ynh1 **Demo:** https://app.tandoor.dev/accounts/login/?demo diff --git a/README_fr.md b/README_fr.md index 893cec6..7c725ed 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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.12~ynh1 +**Version incluse :** 1.5.13~ynh1 **Démo :** https://app.tandoor.dev/accounts/login/?demo diff --git a/manifest.toml b/manifest.toml index 853adcb..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.12~ynh1" +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.12.tar.gz" - sha256 = "7f40b603808981684530601f500c93f84d8d879de42943ddbb5d55c827c58935" + url = "https://github.com/TandoorRecipes/recipes/archive/refs/tags/1.5.13.tar.gz" + sha256 = "ac4f4b2bab97e1c376f2723720b4068a8c415fe074f290fef7498f9ea5541cf3" in_subdir = true autoupdate.strategy = "latest_github_tag"