Skip to content

Commit

Permalink
up to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
antirek committed Apr 25, 2017
1 parent 4eb65ed commit dddca25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Create AGI server with ding-dong. Use with Asterisk for fast telephony apps.

stable version 0.1.1

unstable version 0.1.3
unstable version 0.1.5


Use ding-dong
Expand All @@ -34,7 +34,8 @@ npm install ding-dong [--save]

### Write app.js and run it

`````
`````javascript

var AGIServer = require('ding-dong');

var handler = function (context) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Sergey Dmitriev <[email protected]>",
"name": "ding-dong",
"description": "Write AGI-server quickly! (AGI - Asterisk Gateway Interface)",
"version": "0.1.4",
"version": "0.1.5",
"repository": {
"type": "git",
"url": "git://github.com/antirek/ding-dong.git"
Expand Down

0 comments on commit dddca25

Please sign in to comment.