change version

This commit is contained in:
Gabriel Pastori 2023-12-12 19:19:32 -03:00
parent f7cd69bf53
commit a0cd4d370c
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"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.",
"version": "0.4.4",
"version": "0.4.5",
"main": "dist",
"engines": {
"node": ">=16.0.0"

View File

@ -139,11 +139,11 @@
v-model="chatwootData.auto_create"
label="Conversa pendente"
:disabled="loading || !AppStore.versionSatisfies('>=1.6.0')"
:hint="[
:hint="
!AppStore.versionSatisfies('>=1.6.0')
? 'Disponível a partir da versão 1.6.0'
: undefined,
]"
: undefined
"
:persistent-hint="!AppStore.versionSatisfies('>=1.6.0')"
hide-details="auto"
class="mb-3"