Skip to content

Commit 2afb375

Browse files
committedApr 20, 2016
Updated LKG build and package.json version.
1 parent b14bdb3 commit 2afb375

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Node/lib/Message.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var Message = (function () {
1414
args[_i - 2] = arguments[_i];
1515
}
1616
var m = this;
17-
var msg = typeof prompts == 'string' ? msg : Message.randomPrompt(prompts);
17+
var msg = typeof prompts == 'string' ? prompts : Message.randomPrompt(prompts);
1818
args.unshift(msg);
1919
m.text = session.Session.prototype.gettext.apply(ses, args);
2020
return this;

‎Node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "botbuilder",
33
"author": "Microsoft Corp.",
44
"description": "Bot Builder is a dialog system for building rich bots on virtually any platform.",
5-
"version": "0.9.1",
5+
"version": "0.9.2",
66
"license": "MIT",
77
"keywords": [
88
"botbuilder",

0 commit comments

Comments
 (0)
Please sign in to comment.