Skip to content

Commit

Permalink
Updated demo projects to use the 6.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Reid Main committed Oct 11, 2019
1 parent 5af8830 commit 6be2bd7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions FBSnapshotTestCaseDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- iOSSnapshotTestCase (6.1.0):
- iOSSnapshotTestCase/SwiftSupport (= 6.1.0)
- iOSSnapshotTestCase/Core (6.1.0)
- iOSSnapshotTestCase/SwiftSupport (6.1.0):
- iOSSnapshotTestCase (6.2.0):
- iOSSnapshotTestCase/SwiftSupport (= 6.2.0)
- iOSSnapshotTestCase/Core (6.2.0)
- iOSSnapshotTestCase/SwiftSupport (6.2.0):
- iOSSnapshotTestCase/Core

DEPENDENCIES:
Expand All @@ -13,7 +13,7 @@ EXTERNAL SOURCES:
:path: ".."

SPEC CHECKSUMS:
iOSSnapshotTestCase: babc46da9bd3f37259929649a1afb79caf07f27f
iOSSnapshotTestCase: 8f1c29a4de3a4ca26113fbcb107558aaa3a0a356

PODFILE CHECKSUM: 35ff607c3424eed6ccbd8fdacc2d5c1ea41a5a0c

Expand Down
2 changes: 1 addition & 1 deletion iOSSnapshotTestCaseCarthageDemo/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "uber/ios-snapshot-test-case" ~> 6.1.0
github "uber/ios-snapshot-test-case"
2 changes: 1 addition & 1 deletion iOSSnapshotTestCaseCarthageDemo/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "uber/ios-snapshot-test-case" "6.1.0"
github "uber/ios-snapshot-test-case" "6.2.0"

0 comments on commit 6be2bd7

Please sign in to comment.