From 5b7c9a81dcb5efe2b407cef0c038f76c3c31b3ea Mon Sep 17 00:00:00 2001 From: Thomas Visser Date: Thu, 10 Dec 2015 12:33:39 +0100 Subject: [PATCH] Bumped podspec version to 3.2.2 --- BrightFutures.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BrightFutures.podspec b/BrightFutures.podspec index 313ead7..b686c13 100644 --- a/BrightFutures.podspec +++ b/BrightFutures.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BrightFutures' - s.version = '3.2.1' + s.version = '3.2.2' s.license = 'MIT' s.summary = 'Write great asynchronous code in Swift using futures and promises' s.homepage = 'https://github.com/Thomvis/BrightFutures'