File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ let package = Package(
16
16
. binaryTarget(
17
17
name: " StackNavigation " ,
18
18
url: " https://github.com/opwoco/StackNavigation/releases/download/2.6.8/StackNavigation.xcframework.zip " ,
19
- checksum: " 58b3a1a0da50536e2689757217c04f600cfff29b3a0134715e4107c95842d543 "
19
+ checksum: " 09f6396b46d9228a3357d956260b7d60bcb85fb44c6afdca416e6520952b0112 "
20
20
)
21
21
]
22
22
)
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ To integrate using Apple's [Swift Package Manager](https://swift.org/package-man
6
6
7
7
``` swift
8
8
dependencies: [
9
- .package (url : " https://github.com/opwoco/StackNavigation" , .exact (" 2.6.7 " ))
9
+ .package (url : " https://github.com/opwoco/StackNavigation" , .exact (" 2.6.8 " ))
10
10
]
11
11
```
You can’t perform that action at this time.
0 commit comments