Skip to content

Commit 4db7799

Browse files
committed
powersync-sqlite-core 0.3.8
1 parent f4bd4e3 commit 4db7799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3/assets/wasm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FetchContent_MakeAvailable(sqlite3)
2020

2121
file(DOWNLOAD https://raw.githubusercontent.com/sqlite/sqlite/master/src/test_vfstrace.c "${CMAKE_BINARY_DIR}/vfstrace.c")
2222

23-
set(POWERSYNC_VERSION "0.3.6")
23+
set(POWERSYNC_VERSION "0.3.8")
2424
set(POWERSYNC_A "${CMAKE_BINARY_DIR}/libpowersync-wasm.a")
2525
file(DOWNLOAD "https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v${POWERSYNC_VERSION}/libpowersync-wasm.a" "${POWERSYNC_A}")
2626

0 commit comments

Comments
 (0)