From a09df88a126af7ac0f9ec2cfcfccaadb2ff84460 Mon Sep 17 00:00:00 2001 From: mobile-bungalow Date: Fri, 28 Mar 2025 18:41:38 -0700 Subject: [PATCH] bump core version --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index a73f05f4a..7ba493eaf 100644 --- a/Package.swift +++ b/Package.swift @@ -25,7 +25,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. .package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"), - .package(url: "https://github.com/liveview-native/liveview-native-core", exact: "0.4.1-rc-2"), + .package(url: "https://github.com/liveview-native/liveview-native-core", exact: "0.4.1-rc-3"), .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),