Skip to content

Commit a93c77b

Browse files
committed
bump version
1 parent 47c8c71 commit a93c77b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

lib/contextWrapper.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ var ContextWrapper = function (context) {
7878
});
7979
return defer.promise;
8080
};
81+
82+
this.getContext = function () {
83+
return context;
84+
}
8185
};
8286

8387
module.exports = ContextWrapper;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "voicer",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "voicer - voice recognition service for asterisk",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)