diff --git a/README.md b/README.md index 8fedb95..c6b7479 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.33.5~ynh1 +**Shipped version:** 2.34.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 020c6d4..06db975 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.33.5~ynh1 +**Version incluse :** 2.34.0~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 6d61528..46e06d8 100644 --- a/README_gl.md +++ b/README_gl.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. -**Versión proporcionada:** 2.33.5~ynh1 +**Versión proporcionada:** 2.34.0~ynh1 ## Capturas de pantalla diff --git a/README_it.md b/README_it.md index a544d82..ad372ca 100644 --- a/README_it.md +++ b/README_it.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. -**Versione pubblicata:** 2.33.5~ynh1 +**Versione pubblicata:** 2.34.0~ynh1 ## Screenshot diff --git a/manifest.toml b/manifest.toml index f4d86d0..b7f58e3 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.33.5~ynh1" +version = "2.34.0~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.33.5.tar.gz" - sha256 = "1a37e42024598fbd27ceb98e0d916c14e9adbf211aefd9fc73b39d2399522f54" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.34.0.tar.gz" + sha256 = "c4e1c89b4cad6be3f66c59bdd16d7b378dd2a8d558a41e64d3179010d5b681c0" autoupdate.strategy = "latest_github_release"