diff --git a/README.md b/README.md index ae1beb7..907e426 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.25.0~ynh1 +**Shipped version:** 1.26.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 0c35a51..9e08dc2 100644 --- a/README_fr.md +++ b/README_fr.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. -**Version incluse :** 1.25.0~ynh1 +**Version incluse :** 1.26.0~ynh1 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 812522a..712d1c1 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/ToolJet/ToolJet/archive/v1.25.0.tar.gz -SOURCE_SUM=6fb37b9b3f871b6737146a3d9f67076e3448d2bfc3a529d8fa63a03119509eb0 +SOURCE_URL=https://github.com/ToolJet/ToolJet/archive/v1.26.0.tar.gz +SOURCE_SUM=9d13dc0271d33f153d4fb766a592627022a04632c2567a15335657d41e7f0bee SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 5dbdd4d..4e2a79c 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.25.0~ynh1", + "version": "1.26.0~ynh1", "url": "https://tooljet.com/", "upstream": { "license": "AGPL-3.0",