Skip to content

Commit

Permalink
Update SQLite3MultipleCiphers to v1.8.4 (SQLite 3.45.2) (#89)
Browse files Browse the repository at this point in the history
* Update `SQLite3MultipleCiphers` to `v1.8.4` (SQLite `3.45.2`)

* Fix serialize tests for an empty database
  • Loading branch information
m4heshd authored Apr 10, 2024
1 parent f12f1ab commit 71e2f37
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 101 deletions.
2 changes: 1 addition & 1 deletion deps/setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$ErrorActionPreference = "Stop"

# SQLite Info
$SQLITEMC_VER = "v1.8.3"
$SQLITEMC_VER = "v1.8.4"
$API_URL = "https://api.github.com/repos/utelle/SQLite3MultipleCiphers/releases/tags/" + $SQLITEMC_VER

# Paths
Expand Down
Loading

0 comments on commit 71e2f37

Please sign in to comment.