Skip to content

Commit a08705f

Browse files
authored
Merge pull request #10 from powersync-ja/update-core
Update core extension to 0.4.5
2 parents b9acd72 + 7c5be3e commit a08705f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
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.5

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

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

0 commit comments

Comments
 (0)