From 3a096824a6fca156ebe5ec4b8bc4a4f11813c728 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 7 Feb 2024 21:34:37 +0100 Subject: [PATCH] Upgrade to v2.28.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 80a2a22..f01bea3 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.26.1~ynh1" +version = "2.28.2~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.26.1.tar.gz" - sha256 = "64741d73758671500b0b965c9a8737be3df87469207d44ff335a032df7d0480d" + url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.28.2.tar.gz" + sha256 = "ed74a9bddf9c1be08c929a8aa54d4e033af9e438367c5439bd2346d18a627338" autoupdate.strategy = "latest_github_tag"