mirror of
https://github.com/YunoHost-Apps/tooljet_ynh.git
synced 2024-10-01 13:34:55 +02:00
parent
d5c0de3573
commit
ffc8b58e7d
3 changed files with 5 additions and 5 deletions
|
@ -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.20.1~ynh1
|
||||
**Shipped version:** 2.21.0~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -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.20.1~ynh1
|
||||
**Version incluse :** 2.21.0~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -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.20.1~ynh1"
|
||||
version = "2.21.0~ynh1"
|
||||
|
||||
maintainers = ["Tagadda"]
|
||||
|
||||
|
@ -39,8 +39,8 @@ ram.runtime = "300M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.20.1.tar.gz"
|
||||
sha256 = "40ad4f5a503c737236e24eba7e1cb75fd8e7e3eafb580e89f4ca9c0b87939346"
|
||||
url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.21.0.tar.gz"
|
||||
sha256 = "8a290ffa074a72337f75167d771f3b22ec8ec16134563b697173171688abb47f"
|
||||
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
|
|
Loading…
Reference in a new issue