From d1bad15404a17bd7a5a895e8339f5831586766ac Mon Sep 17 00:00:00 2001 From: Vittorio Monaco Date: Sat, 15 Oct 2016 15:26:55 +0200 Subject: [PATCH] Releases 0.9 --- PiedPiper.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PiedPiper.podspec b/PiedPiper.podspec index e782e92..59806f3 100644 --- a/PiedPiper.podspec +++ b/PiedPiper.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.name = "PiedPiper" - s.version = "0.8" + s.version = "0.9" s.summary = "Asynchronous code made easy." s.description = <<-DESC Pied Piper is a small set of functions to write easy asynchronous code through Futures, Promises and some GCD love for your iOS, watchOS 2, tvOS and Mac OS X applications.