Skip to content

Commit

Permalink
5.0.1 version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed May 15, 2017
1 parent 0dfe7e4 commit b0c604d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Next

- Nothing yet!

## 5.0.1

* Fixes Carthage installs of 5.0.0.

## 5.0.0

* Update the Cartfile to use always the latest stable release of Nimble and Quick.
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 = "5.0.0"
s.version = "5.0.1"
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 b0c604d

Please sign in to comment.