Skip to content

Commit 36f3ab6

Browse files
committed
powersync-sqlite-core 0.3.6
1 parent 3ded039 commit 36f3ab6

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
@@ -19,7 +19,7 @@ FetchContent_MakeAvailable(sqlite3)
1919

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

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

0 commit comments

Comments
 (0)