Skip to content

Commit

Permalink
Merge pull request #7 from littleossa/develop
Browse files Browse the repository at this point in the history
Update as the version 0.2.1
  • Loading branch information
littleossa committed Jan 29, 2022
2 parents 9ec093a + 225e99f commit 5b2044c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can also add this package to `Package.swift`, include it in your target depe
```swift
let package = Package(
dependencies: [
.package(url: "https://github.com/littleossa/SFUserFriendlySymbols", .upToNextMajor(from: "0.2.0")),
.package(url: "https://github.com/littleossa/SFUserFriendlySymbols", .upToNextMajor(from: "0.2.1")),
],
targets: [
.target(
Expand Down

0 comments on commit 5b2044c

Please sign in to comment.