Skip to content

Commit

Permalink
Merge pull request #8 from jrsaruo/release-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
jrsaruo committed Sep 14, 2022
2 parents 5196208 + 5d410ff commit e2ba8ee
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 @@ -82,7 +82,7 @@ userIDHandler(book.id) // Compile error!
To use the `SwiftIdentifier` library in a SwiftPM project, add the following line to the dependencies in your `Package.swift` file:

```swift
.package(url: "https://github.com/jrsaruo/SwiftIdentifier", from: "1.0.0"),
.package(url: "https://github.com/jrsaruo/SwiftIdentifier", from: "1.1.0"),
```

and add `SwiftIdentifier` as a dependency for your target:
Expand Down

0 comments on commit e2ba8ee

Please sign in to comment.