From 5049e32a19b736fedf18c2a46414cd34aa855cfe Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Thu, 2 Apr 2020 19:02:32 -0300 Subject: [PATCH] fix(all): GB Apps now can talk to the kb.gbapp and ask for data. --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 206a5ae..d52e2c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botlib", - "version": "1.4.4", + "version": "1.4.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", @@ -9,7 +9,8 @@ "Rodrigo Rodriguez ", "João Antonio Ferreira ", "Jorge Ramos ", - "PH " + "PH ", + "Dário Vieira " ], "license": "AGPL-3.0", "repository": {