Skip to content

Commit

Permalink
powersync-sqlite-core 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Jan 1, 2025
1 parent f4bd4e3 commit 4db7799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite3/assets/wasm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")

Expand Down

0 comments on commit 4db7799

Please sign in to comment.