From 620601a3c0f8f6e152441168d8ef10d646460923 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Wed, 27 Nov 2024 20:42:33 +0100 Subject: [PATCH] build: bump v2.0.15 --- api/package-lock.json | 4 ++-- api/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index 9be7d3f..32fb5cd 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "hexabot", - "version": "2.0.14", + "version": "2.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hexabot", - "version": "2.0.14", + "version": "2.0.15", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/api/package.json b/api/package.json index d3f0a17..03b6716 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "hexabot", - "version": "2.0.14", + "version": "2.0.15", "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",