Skip to content

Commit 0b659d3

Browse files
authored
Update SQLite3MultipleCiphers amalgamation to v1.7.0 (#63)
1 parent adf8524 commit 0b659d3

File tree

3 files changed

+332
-12
lines changed

3 files changed

+332
-12
lines changed

deps/setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$ErrorActionPreference = "Stop"
33

44
# SQLite Info
5-
$SQLITEMC_VER = "v1.6.5"
5+
$SQLITEMC_VER = "v1.7.0"
66
$API_URL = "https://api.github.com/repos/utelle/SQLite3MultipleCiphers/releases/tags/" + $SQLITEMC_VER
77

88
# Paths

0 commit comments

Comments
 (0)