From b0c604d1f42f47f1be4f59e6b5a023b1bf9e4982 Mon Sep 17 00:00:00 2001 From: Ash Furrow Date: Mon, 15 May 2017 16:09:43 -0400 Subject: [PATCH] 5.0.1 version bump. --- CHANGELOG.md | 6 ++++++ Nimble-Snapshots.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9fbb6eb..f7ab4db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Nimble-Snapshots.podspec b/Nimble-Snapshots.podspec index 3e669f32..aaa123ee 100644 --- a/Nimble-Snapshots.podspec +++ b/Nimble-Snapshots.podspec @@ -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).