From 6e15d80bae973a135413bc9e80c524ca05ff1a9a Mon Sep 17 00:00:00 2001 From: Vittorio Monaco Date: Thu, 3 Nov 2016 22:11:42 +0100 Subject: [PATCH] bump --- PiedPiper.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PiedPiper.podspec b/PiedPiper.podspec index ef45cc3..592d7c9 100644 --- a/PiedPiper.podspec +++ b/PiedPiper.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.name = "PiedPiper" - s.version = "0.10" + s.version = "0.10.1" 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.