diff --git a/README.md b/README.md index 9f9d75e..23b4817 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.60.1~ynh1 +**Shipped version:** 2.60.2~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index 3cf6da8..de975df 100644 --- a/README_es.md +++ b/README_es.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 actual:** 2.60.1~ynh1 +**Versión actual:** 2.60.2~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index e526cf7..13273ab 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.60.1~ynh1 +**Paketatutako bertsioa:** 2.60.2~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 1253349..08ef365 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.60.1~ynh1 +**Version incluse :** 2.60.2~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 2167867..849a2f0 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.60.1~ynh1 +**Versión proporcionada:** 2.60.2~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 9512228..7344a2b 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.60.1~ynh1 +**分发版本:** 2.60.2~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index b8d804c..adb2ea4 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.60.1~ynh1" +version = "2.60.2~ynh1" maintainers = ["Tagadda"] @@ -38,8 +38,8 @@ ram.runtime = "300M" [resources.sources] [resources.sources.main] - url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.60.1.tar.gz" - sha256 = "e0d214dbc328cbcfef5664fc5a65afe06de38ae3ac45d8c3d250e6694399cc02" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.60.2.tar.gz" + sha256 = "ba2703b52fe58db165839cdd10d930071b6be689e7844f8c7c728943feff8faf" autoupdate.strategy = "latest_github_release"