diff --git a/README.md b/README.md index 06601d8..7ea3399 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.40.0~ynh1 +**Shipped version:** 2.41.0~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index 7e9eae8..20caa9b 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.40.0~ynh1 +**Paketatutako bertsioa:** 2.41.0~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 44b9230..acfa454 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.40.0~ynh1 +**Version incluse :** 2.41.0~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index d71f8a9..d6ba35b 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.40.0~ynh1 +**Versión proporcionada:** 2.41.0~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 26297f6..5acfece 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 ToolJet +# YunoHost 上的 ToolJet [![集成程度](https://dash.yunohost.org/integration/tooljet.svg)](https://dash.yunohost.org/appci/app/tooljet) ![工作状态](https://ci-apps.yunohost.org/ci/badges/tooljet.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/tooljet.maintain.svg) @@ -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.40.0~ynh1 +**分发版本:** 2.41.0~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index ea5ce7f..52eadf4 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.40.0~ynh1" +version = "2.41.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.40.0.tar.gz" - sha256 = "66728b2c9516e17d9fdcb896f0f2fede9832783bc46150a49154ceceda611489" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.41.0.tar.gz" + sha256 = "fd307d7b677fea276797f879a537415fb1c988748a04dc5f15eee54bd90355f2" autoupdate.strategy = "latest_github_release"