feat(update): wasm sqlite 0.18.2 (#50)

This commit is contained in:
folex 2023-12-25 19:42:18 -03:00 committed by GitHub
parent 8d33efa49b
commit b0971a6a5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
SQLITE_WASM_VERSION="v0.18.1"
SQLITE_WASM_VERSION="v0.18.2"
set -o errexit -o nounset -o pipefail