Skip to content

Commit

Permalink
Prep 1.7.2 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored Feb 7, 2020
1 parent 2e3487c commit 1148823
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ If you want to use SnapshotTesting in any other project that uses [SwiftPM](http

```swift
dependencies: [
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.7.0"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.7.2"),
]
```

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

``` ruby
github "pointfreeco/swift-snapshot-testing" ~> 1.6
github "pointfreeco/swift-snapshot-testing" ~> 1.7.2
```

> ⚠️ 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:
Expand All @@ -179,7 +179,7 @@ If your project uses [CocoaPods](https://cocoapods.org), add the pod to any appl

```ruby
target 'MyAppTests' do
pod 'SnapshotTesting', '~> 1.7'
pod 'SnapshotTesting', '~> 1.7.2'
end
```

Expand Down
2 changes: 1 addition & 1 deletion SnapshotTesting.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SnapshotTesting"
s.version = "1.7.1"
s.version = "1.7.2"
s.summary = "Tests that save and assert against reference data"

s.description = <<-DESC
Expand Down

0 comments on commit 1148823

Please sign in to comment.