1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nocodb_ynh.git synced 2024-09-03 19:56:01 +02:00

Merge pull request #55 from YunoHost-Apps/testing

This commit is contained in:
tituspijean 2022-09-05 22:30:17 +02:00 committed by GitHub
commit 21c098f439
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View file

@ -27,7 +27,8 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
*(from NocoDB's website)* *(from NocoDB's website)*
**Shipped version:** 0.92.3~ynh1 **Shipped version:** 0.92.4~ynh1
**Demo:** https://www.nocodb.com/demos **Demo:** https://www.nocodb.com/demos

View file

@ -27,7 +27,8 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
*(from NocoDB's website)* *(from NocoDB's website)*
**Version incluse :** 0.92.3~ynh1 **Version incluse :** 0.92.4~ynh1
**Démo :** https://www.nocodb.com/demos **Démo :** https://www.nocodb.com/demos

View file

@ -6,13 +6,14 @@
"en": "No-code platform that turns any database into a smart spreadsheet", "en": "No-code platform that turns any database into a smart spreadsheet",
"fr": "Plateform sans code qui transforme toute base de données en un tableur intelligent." "fr": "Plateform sans code qui transforme toute base de données en un tableur intelligent."
}, },
"version": "0.92.3~ynh1", "version": "0.92.4~ynh1",
"url": "https://www.nocodb.com", "url": "https://www.nocodb.com",
"upstream": { "upstream": {
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"website": "https://www.nocodb.com", "website": "https://www.nocodb.com",
"demo": "https://www.nocodb.com/demos", "demo": "https://www.nocodb.com/demos",
"code": "https://github.com/nocodb/nocodb" "code": "https://github.com/nocodb/nocodb",
"cpe": "cpe:2.3:a:xgenecloud:nocodb"
}, },
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"maintainer": { "maintainer": {
@ -45,4 +46,4 @@
} }
] ]
} }
} }