Skip to content

Commit

Permalink
Bump and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizzle committed Mar 11, 2020
1 parent 5ccb4e9 commit 8dad262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
"name": "chat-bubble",
"main": "component/Bubble.js",
"homepage": "https://github.com/dmitrizzle/chat-bubble",
"authors": [
"dmitrizzle <d@analog.cafe>"
],
"authors": ["dmitrizzle <d@analog.cafe>"],
"description": "Simple chatbot bubble creator based on JSON conversation structure",
"license": "MIT",
"private": true,
"private": false,
"ignore": [
"**/.*",
"node_modules",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 8dad262

Please sign in to comment.