Skip to content

Commit

Permalink
Merge pull request #22 from ebebbington/release
Browse files Browse the repository at this point in the history
bump versions
  • Loading branch information
ebebbington committed Sep 26, 2020
2 parents 0853c4b + e739de9 commit d408008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ Status: OK (5 ms)
## QuickStart

```typescript
import { DAMI, Action, Event } from "https://deno.land/x/dami@v2.1.0/mod.ts";
import { DAMI, Action, Event } from "https://x.nest.land/dami@2.1.0/mod.ts";
import { DAMI, Action, Event } from "https://deno.land/x/dami@v3.0.0/mod.ts";
import { DAMI, Action, Event } from "https://x.nest.land/dami@3.0.0/mod.ts";

const myPbx = {
hostname: "127.0.0.1", // IP of your pbx, or container name if using docker, eg "asterisk_pbx"
Expand Down
2 changes: 1 addition & 1 deletion egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"./dami-logo.png",
"./LICENSE"
],
"version": "2.1.0"
"version": "3.0.0"
}

0 comments on commit d408008

Please sign in to comment.