From dc5d9fbc4f4adf01b3006d3ec81a558a4d79bc49 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Fri, 22 Nov 2024 18:52:55 +0100 Subject: [PATCH] build: bump version 2.0.14 --- api/package-lock.json | 4 ++-- api/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index 6fb13be..9be7d3f 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "hexabot", - "version": "2.0.13", + "version": "2.0.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hexabot", - "version": "2.0.13", + "version": "2.0.14", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/api/package.json b/api/package.json index 30b2c53..d3f0a17 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "hexabot", - "version": "2.0.13", + "version": "2.0.14", "description": "Hexabot is a solution for creating and managing chatbots across multiple channels, leveraging AI for advanced conversational capabilities. It provides a user-friendly interface for building, training, and deploying chatbots with integrated support for various messaging platforms.", "author": "Hexastack", "license": "AGPL-3.0-only", @@ -178,4 +178,4 @@ "@/(.*)": "/$1" } } -} \ No newline at end of file +}