Skip to content

Commit 2c6d908

Browse files
committed
chore: update SQLite dependency version in README
1 parent 7a0f51b commit 2c6d908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The fastest and correct module for SQLite3 in Deno.
1111
## Example
1212

1313
```ts
14-
import { Database } from "jsr:@db/sqlite@0.12";
14+
import { Database } from "jsr:@db/sqlite@0.13";
1515

1616
const db = new Database("test.db");
1717

0 commit comments

Comments
 (0)