From acc685c220e1536db1b3877faeefa097c9166fa8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 13:52:13 +0200 Subject: [PATCH] Upgrade to version 2.9.2 (#58) * Upgrade to v2.9.2 * Auto-update README --------- Co-authored-by: yunohost-bot Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ef2cf39..f2c230a 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.8.1~ynh1 +**Shipped version:** 2.9.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 45ab631..0b1535f 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.8.1~ynh1 +**Version incluse :** 2.9.2~ynh1 ## Captures d’écran diff --git a/conf/app.src b/conf/app.src index 3c23e4b..eff80fd 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/ToolJet/ToolJet/archive/v2.8.1.tar.gz -SOURCE_SUM=414979fdf682d38a019ee6c4dd2554afea265371f9e4df99e90cebdb95a817cc +SOURCE_URL=https://github.com/ToolJet/ToolJet/archive/v2.9.2.tar.gz +SOURCE_SUM=2da71cff407047be12c4ca59846b412c5c63d2b6922a2e0189093c1992601649 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index b296338..76252f5 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Open-source low-code framework for building React-based web applications and internal tools" }, - "version": "2.8.1~ynh1", + "version": "2.9.2~ynh1", "url": "https://tooljet.com/", "upstream": { "license": "AGPL-3.0",