Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Feb 7, 2023
1 parent 3b6a098 commit 3518c97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
# Deno SQLite3

[![Tags](https://img.shields.io/github/release/denodrivers/sqlite3)](https://github.com/denodrivers/sqlite3/releases)
[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite3@0.7.3/mod.ts)
[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite3@0.8.0/mod.ts)
[![Checks](https://github.com/denodrivers/sqlite3/actions/workflows/ci.yml/badge.svg)](https://github.com/denodrivers/sqlite3/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/denodrivers/sqlite3)](https://github.com/denodrivers/sqlite3/blob/master/LICENSE)
[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=❤&logo=GitHub&color=#fe8e86)](https://github.com/sponsors/DjDeveloperr)
Expand All @@ -11,7 11,7 @@ The fastest and correct module for SQLite3 in Deno.
## Example

```ts
import { Database } from "https://deno.land/x/sqlite3@0.7.3/mod.ts";
import { Database } from "https://deno.land/x/sqlite3@0.8.0/mod.ts";

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

Expand Down Expand Up @@ -47,7 47,7 @@ See [doc.md](https://github.com/denodrivers/sqlite3/blob/main/doc.md) for
documentation.

Check out the complete API reference
[here](https://doc.deno.land/https://deno.land/x/sqlite3@0.7.3/mod.ts).
[here](https://doc.deno.land/https://deno.land/x/sqlite3@0.8.0/mod.ts).

## Native Library

Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "sqlite3",
"version": "0.7.3",
"version": "0.8.0",
"github": "https://github.com/denodrivers/sqlite3",

"tasks": {
Expand Down

0 comments on commit 3518c97

Please sign in to comment.