From 41b6b39f24d28f4f73701f5353fb132f8993b385 Mon Sep 17 00:00:00 2001 From: Dj <43033058+DjDeveloperr@users.noreply.github.com> Date: Fri, 22 Mar 2024 07:58:08 -0400 Subject: [PATCH] bump version to 0.11.1 --- README.md | 4 ++-- deno.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 116d706..e11b233 100644 --- a/README.md +++ b/README.md @@ -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.11.0/mod.ts) +[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite3@0.11.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=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/DjDeveloperr) @@ -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/sqlite3@0.11.0/mod.ts). +[here](https://doc.deno.land/https://deno.land/x/sqlite3@0.11.1/mod.ts). ## Native Library diff --git a/deno.json b/deno.json index 6a32c9f..d7f5216 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@db/sqlite", - "version": "0.11.0", + "version": "0.11.1", "github": "https://github.com/denodrivers/sqlite3", "exports": "./mod.ts",