Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #164 from facebook/nscoding/2.1.1
Browse files Browse the repository at this point in the history
Bump version to 2.1.1
  • Loading branch information
nscoding committed May 18, 2016
2 parents 53f4e19 + 7ff062f commit 5a4ee79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## 2.1.1

- Added tvOS support for cocoapods (#163)
- Remove custom module map for cocoapods (#141)

## 2.1.0

- Changed FBSnapshotTestController from private to public in the xcodeproj (#135)
Expand Down
2 changes: 1 addition & 1 deletion FBSnapshotTestCase.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FBSnapshotTestCase"
s.version = "2.1.0"
s.version = "2.1.1"
s.summary = "Snapshot view unit tests for iOS"
s.description = <<-DESC
A "snapshot test case" takes a configured UIView or CALayer
Expand Down
10 changes: 5 additions & 5 deletions FBSnapshotTestCaseDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- FBSnapshotTestCase (2.1.0):
- FBSnapshotTestCase/SwiftSupport (= 2.1.0)
- FBSnapshotTestCase/Core (2.1.0)
- FBSnapshotTestCase/SwiftSupport (2.1.0):
- FBSnapshotTestCase (2.1.1):
- FBSnapshotTestCase/SwiftSupport (= 2.1.1)
- FBSnapshotTestCase/Core (2.1.1)
- FBSnapshotTestCase/SwiftSupport (2.1.1):
- FBSnapshotTestCase/Core

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

SPEC CHECKSUMS:
FBSnapshotTestCase: 68c3221ddd3bf5bbe783c1015f8acc12c3768a4d
FBSnapshotTestCase: ec0ed7378d617e4b787e6cf9899d22cb86010b94

PODFILE CHECKSUM: f0c8c3073f8e31e4718d87d66744e7fa5953f5c4

Expand Down

0 comments on commit 5a4ee79

Please sign in to comment.