diff --git a/README.md b/README.md index 7601efd..9f582dd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ ToolJet is an open-source low-code framework to build and deploy internal tools - *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data. -**Shipped version:** 2.17.4~ynh1 +**Shipped version:** 2.17.5~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index edeb59f..4584010 100644 --- a/README_fr.md +++ b/README_fr.md @@ -35,7 +35,7 @@ ToolJet is an open-source low-code framework to build and deploy internal tools - *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data. -**Version incluse :** 2.17.4~ynh1 +**Version incluse :** 2.17.5~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 0d16e98..23f64cb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -4,7 +4,7 @@ id = "tooljet" name = "ToolJet" description.en = "Open-source low-code framework for building React-based web applications and internal tools" -version = "2.17.4~ynh1" +version = "2.17.5~ynh1" maintainers = ["Tagadda"] @@ -39,8 +39,8 @@ ram.runtime = "300M" [resources.sources] [resources.sources.main] - url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.17.4.tar.gz" - sha256 = "f7576a91c385b3bd834fa3475b14640f043fe10c21f7496beab56038fc5cd955" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.17.5.tar.gz" + sha256 = "5cf3c661d7e7786fbef2fc3f68bd96f73ef781d7228679443bdfbd894adc9155" autoupdate.strategy = "latest_github_tag"