diff --git a/Package.swift b/Package.swift index 251b523..3aa57ef 100644 --- a/Package.swift +++ b/Package.swift @@ -10,7 +10,7 @@ let package = Package( targets: ["CapgoCapacitorFastSqlPlugin"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0"), + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.2"), .package(url: "https://github.com/Building42/Telegraph.git", from: "0.30.0") ], targets: [ diff --git a/example-app/ios/App/CapApp-SPM/Package.swift b/example-app/ios/App/CapApp-SPM/Package.swift index 3b7bac4..274254d 100644 --- a/example-app/ios/App/CapApp-SPM/Package.swift +++ b/example-app/ios/App/CapApp-SPM/Package.swift @@ -11,7 +11,7 @@ let package = Package( targets: ["CapApp-SPM"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0"), + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.2"), .package(name: "CapgoCapacitorFastSql", path: "../../../node_modules/.bun/@capgo+capacitor-fast-sql@file+../node_modules/@capgo/capacitor-fast-sql") ], targets: [