From a13b6f068e180b807dded32641c3ea9288893923 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 10 May 2024 03:45:59 +0200 Subject: [PATCH] Upgrade to v2.41.1 https://github.com/ToolJet/ToolJet/releases/tag/v2.41.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"