diff --git a/apps/desktop/scripts/patch-better-sqlite3.mjs b/apps/desktop/scripts/patch-better-sqlite3.mjs index 8aea134c8..95a5c62d0 100644 --- a/apps/desktop/scripts/patch-better-sqlite3.mjs +++ b/apps/desktop/scripts/patch-better-sqlite3.mjs @@ -34,7 +34,7 @@ export async function patchBetterSQLite3() { ); const json = JSON.parse(await readFile(jsonPath, "utf-8")); - json.version = "11.5.1"; + json.version = "11.6.1"; json.homepage = "https://github.com/thecodrr/better-sqlite3-multiple-ciphers"; json.repository.url = "git://github.com/thecodrr/better-sqlite3-multiple-ciphers.git";