From 8dad262dc07f8db000466f378ac9c53f8f17867c Mon Sep 17 00:00:00 2001 From: dmitrizzle <8587882+dmitrizzle@users.noreply.github.com> Date: Tue, 10 Mar 2020 17:56:54 -0700 Subject: [PATCH] Bump and publish --- bower.json | 6 ++---- package.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 079dd4a..bd8c171 100644 --- a/bower.json +++ b/bower.json @@ -2,12 +2,10 @@ "name": "chat-bubble", "main": "component/Bubble.js", "homepage": "https://github.com/dmitrizzle/chat-bubble", - "authors": [ - "dmitrizzle " - ], + "authors": ["dmitrizzle "], "description": "Simple chatbot bubble creator based on JSON conversation structure", "license": "MIT", - "private": true, + "private": false, "ignore": [ "**/.*", "node_modules", diff --git a/package.json b/package.json index 017bb5d..94dd61c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chat-bubble", - "version": "1.3.1", + "version": "1.3.2", "description": "Simple chatbot UI for Web with JSON scripting. Zero dependencies.", "main": "component/Bubble.js", "repository": {