From 01ed44ff744360b3339738bb8c2a261596ada0f1 Mon Sep 17 00:00:00 2001 From: Wes Smith Date: Thu, 30 Mar 2017 12:00:36 -0400 Subject: [PATCH] Update to 1.2.2 --- DeepLinkKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepLinkKit.podspec b/DeepLinkKit.podspec index 9af1975..2f83326 100644 --- a/DeepLinkKit.podspec +++ b/DeepLinkKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "DeepLinkKit" - s.version = "1.2.1" + s.version = "1.2.2" 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.