From a2b256b3ef59473be8ad61a9584d672b2ea979d3 Mon Sep 17 00:00:00 2001 From: Mahesh Bandara Wijerathna Date: Thu, 17 Mar 2022 05:15:54 +0530 Subject: [PATCH] Release `v7.5.1-beta.3` --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0cbf94dc..edccec68 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ The fastest and simplest library for SQLite3 in Node.js. This particular fork su - **SQLite3 Multiple Ciphers** - [`1.3.7`](https://github.com/utelle/SQLite3MultipleCiphers/releases/tag/v1.3.7) - ### Beta - - **better-sqlite3-multiple-ciphers** - [`7.5.1-beta.2`](https://github.com/m4heshd/better-sqlite3-multiple-ciphers/releases/tag/v7.5.1-beta.2) + - **better-sqlite3-multiple-ciphers** - [`7.5.1-beta.3`](https://github.com/m4heshd/better-sqlite3-multiple-ciphers/releases/tag/v7.5.1-beta.3) - **better-sqlite3** - [`7.5.0`](https://github.com/JoshuaWise/better-sqlite3/releases/tag/v7.5.0) - - **SQLite** - [`3.38.0`](https://www.sqlite.org/draft/releaselog/3_38_0.html) - - **SQLite3 Multiple Ciphers** - [`1.3.8`](https://github.com/utelle/SQLite3MultipleCiphers/releases/tag/v1.3.8) + - **SQLite** - [`3.38.1`](https://www.sqlite.org/draft/releaselog/3_38_1.html) + - **SQLite3 Multiple Ciphers** - [`1.3.9`](https://github.com/utelle/SQLite3MultipleCiphers/releases/tag/v1.3.9) ## Help this project stay strong! 💪 diff --git a/package.json b/package.json index 5e58ba04..8c01330b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-sqlite3-multiple-ciphers", - "version": "7.5.1-beta.2", + "version": "7.5.1-beta.3", "description": "better-sqlite3 with multiple-cipher encryption support", "homepage": "https://github.com/m4heshd/better-sqlite3-multiple-ciphers", "author": "Mahesh Bandara Wijerathna (m4heshd) ",