Skip to content

Commit 6b21dd9

Browse files
committed
version bump
1 parent 212a7ea commit 6b21dd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A simple webchat widget to connect with a chatbot. Forked from [react-chat-widge
2020
In your `<body/>`:
2121
```javascript
2222
<div id="webchat"/>
23-
<script src="https://storage.googleapis.com/mrbot-cdn/webchat-0.5.6.js"></script>
23+
<script src="https://storage.googleapis.com/mrbot-cdn/webchat-0.5.7.js"></script>
2424
<script>
2525
WebChat.default.init({
2626
selector: "#webchat",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rasa-webchat",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"description": "Chat web widget for React apps and Rasa Core chatbots",
55
"main": "lib/index.js",
66
"repository": "git@https://github.com/mrbot-ai/rasa-webchat.git",

0 commit comments

Comments
 (0)