From f12ba0f96f6999121b18b3b61ef277c50f39e2a9 Mon Sep 17 00:00:00 2001 From: rodrigorodriguez Date: Mon, 26 Dec 2022 13:49:21 -0300 Subject: [PATCH] fix(basic.gblib): Renaming branch to main. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ede8305..7f1651b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botlib", - "version": "3.0.1", + "version": "3.0.2", "description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)", "main": "dist/index.js", "types": "dist/index",