Skip to content

Commit be95ff6

Browse files
committed
chore(assets): update application body [skip ci]
1 parent 6e6cf35 commit be95ff6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

assets/application.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,13 @@
164164
}
165165
}
166166
},
167+
"min_kg_weight": {
168+
"type": "number",
169+
"minimum": 0,
170+
"maximum": 999999,
171+
"title": "Peso mínimo",
172+
"description": "Peso mínimo em Kg"
173+
},
167174
"max_kg_weight": {
168175
"type": "number",
169176
"minimum": 0,
@@ -390,5 +397,5 @@
390397
}
391398
},
392399
"auth_callback_uri": "https://us-central1-ecom-mandae.cloudfunctions.net/app/ecom/auth-callback",
393-
"version": "1.7.0"
400+
"version": "1.8.0"
394401
}

0 commit comments

Comments
 (0)