File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ deno run --allow-net --allow-write --allow-read --allow-plugin --unstable xxx.ts
25
25
## Examples
26
26
27
27
``` ts
28
- import { MongoClient } from " https://deno.land/x/mongo@v0.6 .0/mod.ts" ;
28
+ import { MongoClient } from " https://deno.land/x/mongo@v0.7 .0/mod.ts" ;
29
29
30
30
const client = new MongoClient ();
31
31
client .connectWithUri (" mongodb://localhost:27017" );
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export * from "./ts/database.ts";
6
6
export * from "./ts/result.ts" ;
7
7
export { ObjectId } from "./ts/types.ts" ;
8
8
export * from "./ts/util.ts" ;
9
- export const VERSION = "v0.6 .0" ;
9
+ export const VERSION = "v0.7 .0" ;
10
10
export const RELEASE_URL =
11
11
`https://github.com/manyuanrong/deno_mongo/releases/download/${ VERSION } ` ;
12
12
You can’t perform that action at this time.
0 commit comments