Skip to content

Commit ef191ad

Browse files
committed
Update core extension to 0.4.12
1 parent d06c5e3 commit ef191ad

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/five-ways-sell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@powersync/sql-js": patch
3+
---
4+
5+
Update PowerSync SQLite core extension to 0.4.12

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33

4-
POWERSYNC_CORE_VERSION="0.4.11"
4+
POWERSYNC_CORE_VERSION="0.4.12"
55
SQLITE_PATH="sql.js"
66

77
if [ -d "$SQLITE_PATH" ]; then

0 commit comments

Comments
 (0)