From 27ffe3eb98f54163216da9fb8d577ec1974eb568 Mon Sep 17 00:00:00 2001 From: lincode Date: Sun, 16 Oct 2016 17:17:50 +0800 Subject: [PATCH] Update version to 0.9.0 --- FRDIntent.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FRDIntent.podspec b/FRDIntent.podspec index 3c6ebbb..d86c48e 100644 --- a/FRDIntent.podspec +++ b/FRDIntent.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "FRDIntent" - s.version = "0.9.1" + s.version = "0.9.0" s.summary = "FRDIntent can handle the call between view controller" s.description = "FRDIntent has two components URLRoutes and Intent, using for calling view controllers inner app or outer app."