Skip to content

Commit

Permalink
fix checksum for correct package
Browse files Browse the repository at this point in the history
  • Loading branch information
CBeloch committed Jan 11, 2022
1 parent 7dc5297 commit d5a19d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.binaryTarget(
name: "StackNavigation",
url: "https://github.com/opwoco/StackNavigation/releases/download/2.6.8/StackNavigation.xcframework.zip",
checksum: "58b3a1a0da50536e2689757217c04f600cfff29b3a0134715e4107c95842d543"
checksum: "09f6396b46d9228a3357d956260b7d60bcb85fb44c6afdca416e6520952b0112"
)
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ To integrate using Apple's [Swift Package Manager](https://swift.org/package-man

```swift
dependencies: [
.package(url: "https://github.com/opwoco/StackNavigation", .exact("2.6.7"))
.package(url: "https://github.com/opwoco/StackNavigation", .exact("2.6.8"))
]
```

0 comments on commit d5a19d0

Please sign in to comment.