From fd94559ba5167d948e59fac14b5fc50bdbae9a06 Mon Sep 17 00:00:00 2001 From: Wes Smith Date: Thu, 10 Aug 2017 17:12:18 -0400 Subject: [PATCH] bump to version 1.4.0 --- DeepLinkKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepLinkKit.podspec b/DeepLinkKit.podspec index 55c138d..b9a732c 100644 --- a/DeepLinkKit.podspec +++ b/DeepLinkKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "DeepLinkKit" - s.version = "1.3.0" + s.version = "1.4.0" s.summary = "A splendid route-matching, block-based way to handle your deep links." s.description = <<-DESC DeepLink Kit is a splendid route-handling block-based way to handle deep links. Use DeepLink Kit to parse incoming URLs, extract parameters from the host, url etc.. and even build outgoing deep links. All with a simple, block-based interface.