From 661323696e105c46b92d3417ab77cbc29df3ebb5 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Thu, 24 Apr 2025 17:49:44 +0200 Subject: [PATCH] Update core extension to 0.3.13 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 05bd814..1537213 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/powersync-ja/powersync-kotlin.git", exact: "1.0.0-BETA30.0"), - .package(url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git", "0.3.12"..<"0.4.0") + .package(url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git", "0.3.13"..<"0.4.0") ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.