diff --git a/README.md b/README.md index b562bd2..c74b3f0 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.24.0~ynh1 +**Shipped version:** 2.24.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index cb4913f..b09aa32 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.24.0~ynh1 +**Version incluse :** 2.24.1~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 43bfa4d..1d66015 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.24.0~ynh1" +version = "2.24.1~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.24.0.tar.gz" - sha256 = "7faa77f9e16f84284da5d1647b9c5f7fd39acaa6a002312f5b5710a5d53b3af3" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.24.1.tar.gz" + sha256 = "7709e8e03c06f6ea8f1ad8ea4b49c63ab3cb4b980a781e63bc1ba09643a1c05d" autoupdate.strategy = "latest_github_tag"