From 059fd298bbeade50a784936453ae4aad444f71cc Mon Sep 17 00:00:00 2001 From: Peter Livesey Date: Tue, 7 Jun 2016 09:36:38 -0700 Subject: [PATCH] Updating to 1.0.1 Changes: Allowed turning off garbage collection by setting it to 0 Updated the code for Xcode 7.3 Adding the ability to time how long garbage collection takes --- ConsistencyManager.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConsistencyManager.podspec b/ConsistencyManager.podspec index b0996ca..90abdf2 100644 --- a/ConsistencyManager.podspec +++ b/ConsistencyManager.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'ConsistencyManager' - spec.version = '1.0.0' + spec.version = '1.0.1' spec.license = { :type => 'Apache License, Version 2.0' } spec.homepage = 'https://linkedin.github.io/ConsistencyManager-iOS' spec.authors = 'LinkedIn'