diff --git a/README.md b/README.md index a1da401..29650e4 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.7.0~ynh1 +**Shipped version:** 1.8.0~ynh1 diff --git a/README_fr.md b/README_fr.md index 4740087..206c9c5 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.7.0~ynh1 +**Version incluse :** 1.8.0~ynh1 diff --git a/conf/app.src b/conf/app.src index f50fdb6..a8fc773 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/ToolJet/ToolJet/archive/v1.7.0.tar.gz -SOURCE_SUM=56a32f323f1659c4de458f5bc28eae3cdecebd1ccdfad5fdb8b2ae38a25bb9e6 +SOURCE_URL=https://github.com/ToolJet/ToolJet/archive/v1.8.0.tar.gz +SOURCE_SUM=bee01bc92bed0b79b05a047bd0a41b068d262758f18a69c28b8940d9e0b0eab6 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 857ae1a..0696c39 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.7.0~ynh1", + "version": "1.8.0~ynh1", "url": "https://tooljet.com/", "upstream": { "license": "AGPL-3.0",