Skip to content

Commit 0de000b

Browse files
committed
🔖 chore: bump version to 0.2.0
1 parent 918c89a commit 0de000b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import { Cursor, Env } from '@bonakodo/lmdb';
4545
```
4646

4747
Without an import-map entry, use
48-
`import { Env } from 'jsr:@bonakodo/lmdb@^0.1.0'`.
48+
`import { Env } from 'jsr:@bonakodo/lmdb@^0.2.0'`.
4949

5050
### Install LMDB 1.0.0
5151

@@ -134,7 +134,7 @@ without constructing or reading native pointers:
134134

135135
```sh
136136
deno run --allow-env=LMDB_LIB_PATH --allow-ffi="$LMDB_LIB_PATH" - <<'TS'
137-
import { version } from 'jsr:@bonakodo/lmdb@^0.1.0';
137+
import { version } from 'jsr:@bonakodo/lmdb@^0.2.0';
138138
console.log(version);
139139
TS
140140
```

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/denoland/deno/refs/heads/main/cli/schemas/config-file.v1.json",
33
"name": "@bonakodo/lmdb",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"license": "BSD-3-Clause",
66
"exports": "./mod.ts",
77
"tasks": {

0 commit comments

Comments
 (0)