Skip to content

Commit 574973d

Browse files
committed
pre release v0.7.0
1 parent 7c42f82 commit 574973d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ deno run --allow-net --allow-write --allow-read --allow-plugin --unstable xxx.ts
2525
## Examples
2626

2727
```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";
2929

3030
const client = new MongoClient();
3131
client.connectWithUri("mongodb://localhost:27017");

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export * from "./ts/database.ts";
66
export * from "./ts/result.ts";
77
export { ObjectId } from "./ts/types.ts";
88
export * from "./ts/util.ts";
9-
export const VERSION = "v0.6.0";
9+
export const VERSION = "v0.7.0";
1010
export const RELEASE_URL =
1111
`https://github.com/manyuanrong/deno_mongo/releases/download/${VERSION}`;
1212

0 commit comments

Comments
 (0)