Skip to content

Commit 7ab7090

Browse files
committed
Update README
1 parent 2d57500 commit 7ab7090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ If you want to use SnapshotTesting in any other project that uses [SwiftPM](http
143143

144144
```swift
145145
dependencies: [
146-
.package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.8.0"),
146+
.package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.8.1"),
147147
]
148148
```
149149

@@ -179,7 +179,7 @@ If your project uses [CocoaPods](https://cocoapods.org), add the pod to any appl
179179

180180
```ruby
181181
target 'MyAppTests' do
182-
pod 'SnapshotTesting', '~> 1.8.0'
182+
pod 'SnapshotTesting', '~> 1.8.1'
183183
end
184184
```
185185

0 commit comments

Comments
 (0)