mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-13 15:14:49 -06:00
change version
This commit is contained in:
parent
f7cd69bf53
commit
a0cd4d370c
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "evolution-manager",
|
"name": "evolution-manager",
|
||||||
"description": "Evolution Manager is an open-source interface for managing the Evolution API, simplifying the creation and administration of API instances with advanced features and diverse integrations.",
|
"description": "Evolution Manager is an open-source interface for managing the Evolution API, simplifying the creation and administration of API instances with advanced features and diverse integrations.",
|
||||||
"version": "0.4.4",
|
"version": "0.4.5",
|
||||||
"main": "dist",
|
"main": "dist",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.0.0"
|
"node": ">=16.0.0"
|
||||||
|
@ -139,11 +139,11 @@
|
|||||||
v-model="chatwootData.auto_create"
|
v-model="chatwootData.auto_create"
|
||||||
label="Conversa pendente"
|
label="Conversa pendente"
|
||||||
:disabled="loading || !AppStore.versionSatisfies('>=1.6.0')"
|
:disabled="loading || !AppStore.versionSatisfies('>=1.6.0')"
|
||||||
:hint="[
|
:hint="
|
||||||
!AppStore.versionSatisfies('>=1.6.0')
|
!AppStore.versionSatisfies('>=1.6.0')
|
||||||
? 'Disponível a partir da versão 1.6.0'
|
? 'Disponível a partir da versão 1.6.0'
|
||||||
: undefined,
|
: undefined
|
||||||
]"
|
"
|
||||||
:persistent-hint="!AppStore.versionSatisfies('>=1.6.0')"
|
:persistent-hint="!AppStore.versionSatisfies('>=1.6.0')"
|
||||||
hide-details="auto"
|
hide-details="auto"
|
||||||
class="mb-3"
|
class="mb-3"
|
||||||
|
Loading…
Reference in New Issue
Block a user