Skip to content

Commit 626eccb

Browse files
authored
Update README for 1.2.0 (#177)
1 parent 0ea1b40 commit 626eccb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ If your data can be represented as an image, text, or data, you can write a snap
131131
If you use [Carthage](https://github.com/Carthage/Carthage), you can add the following dependency to your `Cartfile`:
132132

133133
``` ruby
134-
github "pointfreeco/swift-snapshot-testing" ~> 1.1
134+
github "pointfreeco/swift-snapshot-testing" ~> 1.2
135135
```
136136

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

150150
```ruby
151151
target 'MyAppTests' do
152-
pod 'SnapshotTesting', '~> 1.1'
152+
pod 'SnapshotTesting', '~> 1.2'
153153
end
154154
```
155155

@@ -159,7 +159,7 @@ If you want to use SnapshotTesting in a project that uses [SwiftPM](https://swif
159159

160160
```swift
161161
dependencies: [
162-
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.1.0"),
162+
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.2.0"),
163163
]
164164
```
165165

0 commit comments

Comments
 (0)