Skip to content

Commit 1148823

Browse files
authored
Prep 1.7.2 (#296)
1 parent 2e3487c commit 1148823

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.7.0"),
146+
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.7.2"),
147147
]
148148
```
149149

@@ -161,7 +161,7 @@ targets: [
161161
If you use [Carthage](https://github.com/Carthage/Carthage), you can add the following dependency to your `Cartfile`:
162162

163163
``` ruby
164-
github "pointfreeco/swift-snapshot-testing" ~> 1.6
164+
github "pointfreeco/swift-snapshot-testing" ~> 1.7.2
165165
```
166166

167167
> ⚠️ Warning: Carthage instructs you to drag frameworks into your Xcode project. Xcode may automatically attempt to link these frameworks to your app target. `SnapshotTesting.framework` is only compatible with test targets, so when you first add it to your project:
@@ -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.7'
182+
pod 'SnapshotTesting', '~> 1.7.2'
183183
end
184184
```
185185

SnapshotTesting.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SnapshotTesting"
3-
s.version = "1.7.1"
3+
s.version = "1.7.2"
44
s.summary = "Tests that save and assert against reference data"
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)