Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
havebeenfitz authored May 10, 2021
1 parent c65b574 commit 4e7e7df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $ brew install carthage
To integrate AnchoredBottomSheet into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "havebeenfitz/AnchoredBottomSheet" "1.0.0"
github "havebeenfitz/AnchoredBottomSheet" "1.2.4"
```

Run `carthage update` to build the framework and drag the built `SnapKit.framework` into your Xcode project.
Expand All @@ -103,7 +103,7 @@ To integrate AnchoredBottomSheet into your Xcode project using Swift Package Man
dependencies: [
.package(
url: "https://github.com/havebeenfitz/AnchoredBottomSheet.git",
.upToNextMajor(from: "1.0.0")
.upToNextMajor(from: "1.2.4")
)
]
```
Expand Down

0 comments on commit 4e7e7df

Please sign in to comment.