diff --git a/README.md b/README.md index b5cd823..9603fd6 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.21.0~ynh1 +**Shipped version:** 2.21.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index bb11848..755cdf1 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.21.0~ynh1 +**Version incluse :** 2.21.2~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 215dea9..e10861d 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.21.0~ynh1" +version = "2.21.2~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.21.0.tar.gz" - sha256 = "8a290ffa074a72337f75167d771f3b22ec8ec16134563b697173171688abb47f" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.21.2.tar.gz" + sha256 = "6e5cebe8b37cfc83e7f796aaf9b21de77bf65c159463b29f1133f1e4f0e74ab1" autoupdate.strategy = "latest_github_tag"