From d98a0db4ad0476465b46b4ea250a2c84a5b8225d Mon Sep 17 00:00:00 2001 From: Andrew Toulouse Date: Fri, 8 May 2015 13:03:23 -0700 Subject: [PATCH] Update BKDeltaCalculator.podspec --- BKDeltaCalculator.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BKDeltaCalculator.podspec b/BKDeltaCalculator.podspec index 9c815b3..5d539fe 100644 --- a/BKDeltaCalculator.podspec +++ b/BKDeltaCalculator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BKDeltaCalculator" - s.version = "1.1.1" + s.version = "1.1.2" s.summary = "Lightweight Objective-C library to transform a pair of collections into sets of changes" s.description = "Lightweight Objective-C library to transform a pair of collections into sets of changes, primarily for use in dynamically-updated table and collection views" s.homepage = "https://github.com/Basket/BKDeltaCalculator"