Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuJnon committed Apr 29, 2019
1 parent 212a7ea commit 6b21dd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A simple webchat widget to connect with a chatbot. Forked from [react-chat-widge
In your `<body/>`:
```javascript
<div id="webchat"/>
<script src="https://storage.googleapis.com/mrbot-cdn/webchat-0.5.6.js"></script>
<script src="https://storage.googleapis.com/mrbot-cdn/webchat-0.5.7.js"></script>
<script>
WebChat.default.init({
selector: "#webchat",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rasa-webchat",
"version": "0.5.6",
"version": "0.5.7",
"description": "Chat web widget for React apps and Rasa Core chatbots",
"main": "lib/index.js",
"repository": "git@https://github.com/mrbot-ai/rasa-webchat.git",
Expand Down

0 comments on commit 6b21dd9

Please sign in to comment.