Skip to content

Commit

Permalink
Move to master build
Browse files Browse the repository at this point in the history
We have fixed [#1626](microsoft/BotFramework-WebChat#1626) in Web Chat. It will unblock your code so it no longer need to lock down on a specific version of Web Chat.
  • Loading branch information
compulim committed Jan 23, 2019
1 parent 82fdbb1 commit 6fd01a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<title>Web Chat: Markdown</title>

<script src="https://cdn.botframework.com/botframework-webchat/4.2.1-master.14eebbb/webchat-es5.js"></script>
<script src="https://cdn.botframework.com/botframework-webchat/master/webchat-es5.js"></script>
<script src="https://unpkg.com/marked@0.6.0/lib/marked.js"></script>
<script src="https://unpkg.com/sanitize-html@1.20.0/dist/sanitize-html.min.js"></script>
<style>
Expand Down

0 comments on commit 6fd01a3

Please sign in to comment.