From 9cc49eee815814e3d0303deb94f806584628157b Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Thu, 22 Oct 2020 21:47:24 -0300 Subject: [PATCH] fix(all): Fixing duplicated instance bug. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a48aac7..11026a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botlib", - "version": "1.6.3", + "version": "1.6.5", "description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)", "main": "dist/index.js", "types": "dist/index",