1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tooljet_ynh.git synced 2024-10-01 13:34:55 +02:00

Upgrade to v2.17.4 (#80)

* Upgrade to v2.17.4

* Auto-update README
This commit is contained in:
YunoHost Bot 2023-09-21 20:26:09 +02:00 committed by GitHub
parent 2d772365d2
commit e9083d4789
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -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.16.1~ynh1
**Shipped version:** 2.17.4~ynh1
## Screenshots

View file

@ -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.16.1~ynh1
**Version incluse :** 2.17.4~ynh1
## Captures décran

View file

@ -4,7 +4,7 @@ id = "tooljet"
name = "ToolJet"
description.en = "Open-source low-code framework for building React-based web applications and internal tools"
version = "2.16.1~ynh1"
version = "2.17.4~ynh1"
maintainers = ["Tagadda"]
@ -39,8 +39,8 @@ ram.runtime = "300M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/ToolJet/ToolJet/archive/v2.16.1.tar.gz"
sha256 = "f3ba9112ba4afeabeda451ce302afb3fa431ba7f030702cc67457c37bc104a9f"
url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.17.4.tar.gz"
sha256 = "f7576a91c385b3bd834fa3475b14640f043fe10c21f7496beab56038fc5cd955"
autoupdate.strategy = "latest_github_tag"