Merge branch 'patch-1.0.1'

This commit is contained in:
LucsT 2018-12-20 17:29:56 +01:00
commit 3a3bad627b
2 changed files with 15 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.1.1",
"name": "Net-Entreprise (Micro-Entrepreneur)",
"type": "konnector",
"language": "node",
@ -8,7 +8,9 @@
"source": "git://github.com/konnectors/net-entreprise-micro.git",
"editor": "Mob-Dev",
"vendor_link": "https://www.net-entreprises.fr/",
"categories": ["other"],
"categories": [
"public_service"
],
"fields": {
"siret": {
"type": "text"
@ -29,7 +31,9 @@
}
}
},
"data_types": ["bill"],
"data_types": [
"bill"
],
"screenshots": [],
"permissions": {
"bank operations": {
@ -43,14 +47,19 @@
},
"accounts": {
"type": "io.cozy.accounts",
"verbs": ["GET"]
"verbs": [
"GET"
]
}
},
"developer": {
"name": "Mob-Dev",
"url": "https://mob-dev.fr"
},
"langs": ["fr", "en"],
"langs": [
"fr",
"en"
],
"locales": {
"fr": {
"fields": {

View File

@ -1,6 +1,6 @@
{
"name": "cozy-konnector-net-entreprise-micro",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"repository": {
"type": "git",