diff --git a/README.md b/README.md index 7ea3399..27ae8f8 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.41.0~ynh1 +**Shipped version:** 2.41.1~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index 20caa9b..bb5a654 100644 --- a/README_eu.md +++ b/README_eu.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. -**Paketatutako bertsioa:** 2.41.0~ynh1 +**Paketatutako bertsioa:** 2.41.1~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index acfa454..1e04787 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.41.0~ynh1 +**Version incluse :** 2.41.1~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index d6ba35b..24becf9 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.41.0~ynh1 +**Versión proporcionada:** 2.41.1~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 5acfece..e4d60be 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.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. -**分发版本:** 2.41.0~ynh1 +**分发版本:** 2.41.1~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index 52eadf4..f7bba6b 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.41.0~ynh1" +version = "2.41.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.41.0.tar.gz" - sha256 = "fd307d7b677fea276797f879a537415fb1c988748a04dc5f15eee54bd90355f2" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.41.1.tar.gz" + sha256 = "0134893240cf0b4095980920b828515e432c42ec9c64822f50ad0af7204a07fe" autoupdate.strategy = "latest_github_release"