Skip to content

Commit

Permalink
Clean up the upToNextMinor (#27)
Browse files Browse the repository at this point in the history
Minor cleanup in the `upToNextMinor` code in the README.
  • Loading branch information
dnadoba authored Apr 19, 2023
1 parent a53d9f6 commit 67360b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To use swift-asn1, add the following dependency to your Package.swift:

```swift
dependencies: [
.package(url: "https://github.com/apple/swift-asn1.git", .upToNextMinor(from: "0.7.0"))
.package(url: "https://github.com/apple/swift-asn1.git", .upToNextMinor(from: "0.8.0"))
]
```

Expand Down

0 comments on commit 67360b6

Please sign in to comment.