Skip to content

Commit 06da53c

Browse files
committed
0.3.0
1 parent 2e12e82 commit 06da53c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ DnDB is an incredibly fast and powerful data store. All methods are streamed and
4545
**deno.land**
4646

4747
```javascript
48-
import Datastore from 'https://deno.land/x/dndb@0.2.7/mod.ts'
48+
import Datastore from 'https://deno.land/x/dndb@0.3.0/mod.ts'
4949
```
5050

5151
**nest.land**
5252

5353
```javascript
54-
import Datastore from 'https://x.nest.land/dndb@0.2.7/mod.ts'
54+
import Datastore from 'https://x.nest.land/dndb@0.3.0/mod.ts'
5555
```
5656

5757

@@ -71,7 +71,7 @@ All the api methods are asynchronous by default, so they return promises, but it
7171
## ✔️ Instantiating the collection
7272

7373
```javascript
74-
import Datastore from 'https://deno.land/x/dndb@0.2.7/mod.ts'
74+
import Datastore from 'https://deno.land/x/dndb@0.3.0/mod.ts'
7575

7676
const db = new Datastore({ filename:"./database.db", autoload: true })
7777

egg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A Deno 🦕 persistent database for JS & TS",
44
"stable": true,
55
"entry": "./mod.ts",
6-
"version": "0.2.7",
6+
"version": "0.3.0",
77
"repository": "https://github.com/denyncrawford/dndb",
88
"files": [
99
"./mod.ts",

0 commit comments

Comments
 (0)