Skip to content

Commit e28b578

Browse files
chore(deps): update dependency ionic-team/capacitor-swift-pm to from: "8.1.0"
1 parent ca75a98 commit e28b578

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
)
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
16+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.1.0")
1717
],
1818
targets: [
1919
.target(

example-app/ios/App/CapApp-SPM/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
targets: ["CapApp-SPM"])
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0"),
14+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.1.0"),
1515
.package(name: "CapgoNativeAudio", path: "../../../node_modules/.bun/@capgo+native-audio@file+../node_modules/@capgo/native-audio")
1616
],
1717
targets: [

0 commit comments

Comments
 (0)