Skip to content

Commit

Permalink
Bump the version number for a new release for Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
alanzeino committed Apr 1, 2019
1 parent cecf0af commit 7a3effc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

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

## 6.0.1
## 6.0.3

- This is a compatibility release for Swift 5 — we're building the Carthage pre–compiled framework with Xcode 10.2 and the Swift 5 compiler. If you haven't updated to Xcode 10.2, you don't need to worry about this version.

## 6.0.2

- Update for Swift 5 compiler.

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:
- iOSSnapshotTestCase (6.0.2):
- iOSSnapshotTestCase/SwiftSupport (= 6.0.2)
- iOSSnapshotTestCase/Core (6.0.2)
- iOSSnapshotTestCase/SwiftSupport (6.0.2):
- iOSSnapshotTestCase (6.0.3):
- iOSSnapshotTestCase/SwiftSupport (= 6.0.3)
- iOSSnapshotTestCase/Core (6.0.3)
- iOSSnapshotTestCase/SwiftSupport (6.0.3):
- iOSSnapshotTestCase/Core

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

SPEC CHECKSUMS:
iOSSnapshotTestCase: 20083a7be9b8ef742610e16c79f15ad829441f29
iOSSnapshotTestCase: 944a73f6d9676302811a86c0cf35f0e6ef5ab2a0

PODFILE CHECKSUM: 3cfb4936a589aa465c6539dd9821f63a5df59343

Expand Down
2 changes: 1 addition & 1 deletion iOSSnapshotTestCase.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "iOSSnapshotTestCase"
s.module_name = "FBSnapshotTestCase"
s.version = "6.0.2"
s.version = "6.0.3"
s.summary = "Snapshot view unit tests for iOS"
s.description = <<-DESC
A "snapshot test case" takes a configured UIView or CALayer
Expand Down

0 comments on commit 7a3effc

Please sign in to comment.