From 2311b8239237fbb66a4ec43832c794087f9b2e4d Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Tue, 17 Nov 2020 08:27:24 -0300 Subject: [PATCH] fix(all): Language features optimized. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41eddca..d4bed82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botlib", - "version": "1.6.6", + "version": "1.6.7", "description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)", "main": "dist/index.js", "types": "dist/index",