Skip to content

Commit

Permalink
Version update (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin authored Dec 20, 2024
1 parent 7475667 commit 7c3da81
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.1/Reaper.xcframework.zip",
checksum: "8ce37d1d6e36eae74fa38b98de04803b177bc720d437cfe18b715a7091a014b5"),
url: "https://github.com/EmergeTools/Reaper/releases/download/v1.5.2/Reaper.xcframework.zip",
checksum: "5e5612e9fbf87579fc007fa4592ecb8fbc8a8f92b2148c373c3105a88934b80f"),
]
)
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.1'
pod 'Reaper', '~> 1.5.2'
end
```

Expand Down

0 comments on commit 7c3da81

Please sign in to comment.