diff --git a/README.md b/README.md index 56e15453..ef327007 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ The fastest and simplest library for SQLite3 in Node.js. This particular fork su - ### Beta - **better-sqlite3-multiple-ciphers** - [`7.4.5-beta.0`](https://www.npmjs.com/package/better-sqlite3-multiple-ciphers/v/7.4.5-beta.0) - - **SQLite** - `3.36.0` - - **SQLite3 Multiple Ciphers** - `1.3.4` + - **SQLite** - `3.37.0` + - **SQLite3 Multiple Ciphers** - `1.3.5` ## Help this project stay strong! 💪 diff --git a/deps/setup.ps1 b/deps/setup.ps1 index 245321bc..b4592609 100644 --- a/deps/setup.ps1 +++ b/deps/setup.ps1 @@ -2,7 +2,7 @@ $ErrorActionPreference = "Stop" # SQLite Info -$SQLITEMC_VER = "v1.3.4" +$SQLITEMC_VER = "v1.3.5" $API_URL = "https://api.github.com/repos/utelle/SQLite3MultipleCiphers/releases/tags/" + $SQLITEMC_VER # Paths diff --git a/deps/sqlite3.tar.gz b/deps/sqlite3.tar.gz index 09bbea53..8f757bca 100644 Binary files a/deps/sqlite3.tar.gz and b/deps/sqlite3.tar.gz differ