diff --git a/README.md b/README.md index 2f6aa23..7d2f931 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.30.0~ynh1 +**Shipped version:** 2.30.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 2934dbb..70490b9 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.30.0~ynh1 +**Version incluse :** 2.30.2~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 3fce3db..53fdc9e 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.30.0~ynh1" +version = "2.30.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.30.0.tar.gz" - sha256 = "e24fe54818cf76e1ffbeeef19476128416ee48157c756bc95f811341c236fa9d" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.30.2.tar.gz" + sha256 = "e00770ebd9d7c489bf541dbb9979d8cc72bdaca072775d8b3f2d65e5bf8c2775" autoupdate.strategy = "latest_github_release"