Skip to content

Commit

Permalink
Update version (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin authored Dec 18, 2024
1 parent 281213a commit 7475667
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "Reaper",
url: "https://github.com/EmergeTools/Reaper/releases/download/v1.5/Reaper.xcframework.zip",
checksum: "cadbe39431ffdd5aee67971126be273d1106b24301b596191be8a829aa0f9262"),
url: "https://github.com/EmergeTools/Reaper/releases/download/v1.5.1/Reaper.xcframework.zip",
checksum: "8ce37d1d6e36eae74fa38b98de04803b177bc720d437cfe18b715a7091a014b5"),
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add Reaper to your Podfile:

```Ruby
target 'MyApp' do
pod 'Reaper', '~> 1.5'
pod 'Reaper', '~> 1.5.1'
end
```

Expand Down

0 comments on commit 7475667

Please sign in to comment.