Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Dec 11, 2019
1 parent 576abe6 commit b6a3c91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,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.6.0"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.7.0"),
]
```

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

```ruby
target 'MyAppTests' do
pod 'SnapshotTesting', '~> 1.6'
pod 'SnapshotTesting', '~> 1.7'
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.6.0"
s.version = "1.7.0"
s.summary = "Tests that save and assert against reference data"

s.description = <<-DESC
Expand Down

0 comments on commit b6a3c91

Please sign in to comment.