Skip to content

Commit 12c985c

Browse files
committed
Update core extension to 0.4.6
1 parent 3317e3d commit 12c985c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/eighty-cats-brake.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 core extension to 0.4.6.

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.5"
4+
POWERSYNC_CORE_VERSION="0.4.6"
55
SQLITE_PATH="sql.js"
66

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

0 commit comments

Comments
 (0)