From c8f64c88175f304b7892011e31bf71ed6ab585bc Mon Sep 17 00:00:00 2001 From: Ash Furrow Date: Thu, 5 Oct 2017 14:42:26 -0400 Subject: [PATCH] Version bump. --- CHANGELOG.md | 4 ++++ Nimble-Snapshots.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cfaf7a4..56ca48e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Next +* Nothing yet! + +## 6.3.0 + * Xcode 9 / Swift 4 support - @danielsaidi ## 6.2.2 diff --git a/Nimble-Snapshots.podspec b/Nimble-Snapshots.podspec index b38e9876..292892a3 100644 --- a/Nimble-Snapshots.podspec +++ b/Nimble-Snapshots.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Nimble-Snapshots" - s.version = "6.2.2" + s.version = "6.3.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).