Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Jun 16, 2017
1 parent 3ecb858 commit bad1a61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Bootstrap/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ PODS:
- Forgeries/Core (= 1.0.0)
- Forgeries/Core (1.0.0)
- Nimble (7.0.0)
- Nimble-Snapshots (6.0.0):
- Nimble-Snapshots/Core (= 6.0.0)
- Nimble-Snapshots/Core (6.0.0):
- Nimble-Snapshots (6.1.0):
- Nimble-Snapshots/Core (= 6.1.0)
- Nimble-Snapshots/Core (6.1.0):
- FBSnapshotTestCase (~> 2.0)
- Nimble (~> 7.0)
- Quick (1.1.0)
Expand All @@ -37,7 +37,7 @@ SPEC CHECKSUMS:
FBSnapshotTestCase: '094f9f314decbabe373b87cc339bea235a63e07a'
Forgeries: 64ced144ea8341d89a7eec9d1d7986f0f1366250
Nimble: 874982b605d4d752fcac6be695d13c502de84b1b
Nimble-Snapshots: b2fa94442d39162c304ef254562d04026a320edc
Nimble-Snapshots: 4bfe16d11d71b6054613d90c3e276f7fe8e3bb0f
Quick: dafc587e21eed9f4cab3249b9f9015b0b7a7f71d

PODFILE CHECKSUM: 24cc189c790002caa222c2b53c56461116464e09
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Nothing yet!

## 6.1.0

* tvOS support for CocoaPods added. - @fousa

## 6.0.0

* Don't import Quick directly.
Expand Down
2 changes: 1 addition & 1 deletion Nimble-Snapshots.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Nimble-Snapshots"
s.version = "6.0.0"
s.version = "6.1.0"
s.summary = "Nimble matchers for FBSnapshotTestCase"
s.description = <<-DESC
Nimble matchers for FBSnapshotTestCase. Highly derivative of [Expecta Matchers for FBSnapshotTestCase](https://github.com/dblock/ios-snapshot-test-case-expecta).
Expand Down

0 comments on commit bad1a61

Please sign in to comment.