From 2f5a5da2458a4ae0fcd7d4a27e98a54d7f235af1 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Tue, 23 Oct 2018 01:15:28 +1300 Subject: [PATCH] Update version in Podspec --- SnapKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SnapKit.podspec b/SnapKit.podspec index a9a181d..b55866a 100644 --- a/SnapKit.podspec +++ b/SnapKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SnapKit' - s.version = '4.0.1' + s.version = '4.2.0' s.license = 'MIT' s.summary = 'Harness the power of auto layout with a simplified, chainable, and compile time safe syntax.' s.homepage = 'https://github.com/SnapKit/SnapKit'