From 4db77993fccd85a9eeef4b2104e531c06445fe77 Mon Sep 17 00:00:00 2001 From: Ralf Kistner Date: Wed, 1 Jan 2025 14:19:41 +0200 Subject: [PATCH] powersync-sqlite-core 0.3.8 --- sqlite3/assets/wasm/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite3/assets/wasm/CMakeLists.txt b/sqlite3/assets/wasm/CMakeLists.txt index 58975fb..6806da4 100644 --- a/sqlite3/assets/wasm/CMakeLists.txt +++ b/sqlite3/assets/wasm/CMakeLists.txt @@ -20,7 +20,7 @@ FetchContent_MakeAvailable(sqlite3) file(DOWNLOAD https://raw.githubusercontent.com/sqlite/sqlite/master/src/test_vfstrace.c "${CMAKE_BINARY_DIR}/vfstrace.c") -set(POWERSYNC_VERSION "0.3.6") +set(POWERSYNC_VERSION "0.3.8") set(POWERSYNC_A "${CMAKE_BINARY_DIR}/libpowersync-wasm.a") file(DOWNLOAD "https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v${POWERSYNC_VERSION}/libpowersync-wasm.a" "${POWERSYNC_A}")