Skip to content

Commit

Permalink
powersync-sqlite-core 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Nov 11, 2024
1 parent 3ded039 commit 36f3ab6
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 @@ -19,7 +19,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.0")
set(POWERSYNC_VERSION "0.3.6")
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 36f3ab6

Please sign in to comment.