Skip to content

Commit 8199eed

Browse files
committed
bump version
1 parent 448e16c commit 8199eed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
port: 3007,
2+
port: 3000,
33
debug: true,
44
record: {
55
directory: '/tmp',

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.0.1",
3+
"version": "0.1.0",
44
"description": "voicer - voice recognition service for asterisk",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)