diff --git a/README.md b/README.md index 5011a2e..e50b4ac 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,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:** 1.5.0~ynh1 +**Shipped version:** 1.6.0~ynh1 diff --git a/README_fr.md b/README_fr.md index 7b9d2f1..66279af 100644 --- a/README_fr.md +++ b/README_fr.md @@ -30,7 +30,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 :** 1.5.0~ynh1 +**Version incluse :** 1.6.0~ynh1 diff --git a/conf/app.src b/conf/app.src index 491b79f..0395157 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/ToolJet/ToolJet/archive/v1.5.0.tar.gz -SOURCE_SUM=395543855e2652c23d7622a8e58dd2383e34623c6cdeed68b82e60f2904fe5cc +SOURCE_URL=https://github.com/ToolJet/ToolJet/archive/v1.6.0.tar.gz +SOURCE_SUM=39440a3c83a27d25d31a1a6482fc40c6b0b27f53099568c94787ca11ef046fec SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index eb531b3..3f75d87 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.5.0~ynh1", + "version": "1.6.0~ynh1", "url": "https://tooljet.com/", "upstream": { "license": "AGPL-3.0",