diff --git a/README.md b/README.md index 7c3f617f..05e22f8a 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ The fastest and simplest library for SQLite3 in Node.js. This particular fork su ## Current versions - ### Stable - - **better-sqlite3-multiple-ciphers** - [`7.5.3`](https://github.com/m4heshd/better-sqlite3-multiple-ciphers/releases/tag/v7.5.3) - - **better-sqlite3** - [`7.5.3`](https://github.com/JoshuaWise/better-sqlite3/releases/tag/v7.5.3) - - **SQLite** - [`3.39.0`](https://www.sqlite.org/releaselog/3_39_0.html) - - **SQLite3 Multiple Ciphers** - [`1.4.5`](https://github.com/utelle/SQLite3MultipleCiphers/releases/tag/v1.4.5) + - **better-sqlite3-multiple-ciphers** - [`7.6.2`](https://github.com/m4heshd/better-sqlite3-multiple-ciphers/releases/tag/v7.6.2) + - **better-sqlite3** - [`7.6.2`](https://github.com/JoshuaWise/better-sqlite3/releases/tag/v7.6.2) + - **SQLite** - [`3.39.1`](https://www.sqlite.org/releaselog/3_39_1.html) + - **SQLite3 Multiple Ciphers** - [`1.4.6`](https://github.com/utelle/SQLite3MultipleCiphers/releases/tag/v1.4.6) - ### Beta - **better-sqlite3-multiple-ciphers** - [`7.5.2-beta.3`](https://github.com/m4heshd/better-sqlite3-multiple-ciphers/releases/tag/v7.5.2-beta.3) diff --git a/package.json b/package.json index 5ef15175..b89682f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-sqlite3-multiple-ciphers", - "version": "7.5.3", + "version": "7.6.2", "description": "better-sqlite3 with multiple-cipher encryption support", "homepage": "https://github.com/m4heshd/better-sqlite3-multiple-ciphers", "author": "Mahesh Bandara Wijerathna (m4heshd) ",