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": {