Skip to content

Commit

Permalink
bump version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr authored Mar 22, 2024
1 parent 85d600b commit 41b6b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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/[email protected].0/mod.ts)
[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/[email protected].1/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 Down Expand Up @@ -49,7 49,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/[email protected].0/mod.ts).
[here](https://doc.deno.land/https://deno.land/x/[email protected].1/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": "@db/sqlite",
"version": "0.11.0",
"version": "0.11.1",
"github": "https://github.com/denodrivers/sqlite3",

"exports": "./mod.ts",
Expand Down

0 comments on commit 41b6b39

Please sign in to comment.