From 65493ae0ec83f55c4beb8210281f2136e477636f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 17 Aug 2022 06:24:14 +0000 Subject: [PATCH 1/3] Upgrade to v1.22.0 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 103ddf4..acb26cb 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/ToolJet/ToolJet/archive/v1.18.0.tar.gz -SOURCE_SUM=a44a649b90c436f3cb32002f6f32eee8255c00aa7f9f671143dc63ed3720dc7a +SOURCE_URL=https://github.com/ToolJet/ToolJet/archive/v1.22.0.tar.gz +SOURCE_SUM=2bd1d9960668d740190f474abd7690662f37875f20ee0f2293232e35a98f26f0 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 07c1122..fd4613c 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": "1.18.0~ynh1", + "version": "1.22.0~ynh1", "url": "https://tooljet.com/", "upstream": { "license": "AGPL-3.0", From 982085e839a294c5e3f92472b7c8fa9606496da6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 17 Aug 2022 06:24:18 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 3 ++- README_fr.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95843af..c3e535b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ 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:** 1.18.0~ynh1 +**Shipped version:** 1.22.0~ynh1 + ## Screenshots diff --git a/README_fr.md b/README_fr.md index e4f5001..70cf930 100644 --- a/README_fr.md +++ b/README_fr.md @@ -34,7 +34,8 @@ 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 :** 1.18.0~ynh1 +**Version incluse :** 1.22.0~ynh1 + ## Captures d'écran From 56a6f5b137dc8a82f1dc2c175dca895e4681a800 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 18 Aug 2022 11:11:49 +0200 Subject: [PATCH 3/3] Fix double license key in manifest --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index fd4613c..76aa9f2 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,7 @@ "userdoc": "https://docs.tooljet.com/docs/intro", "code": "https://github.com/ToolJet/ToolJet" }, - "license": "GPL-3.0", + "license": "AGPL-3.0", "maintainer": { "name": "Tagadda" },