From 67534891b355c563f27c7556760fc801866dfed9 Mon Sep 17 00:00:00 2001 From: George Polak Date: Fri, 8 May 2015 21:00:22 -0700 Subject: [PATCH] version bump --- LFHeatMap.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LFHeatMap.podspec b/LFHeatMap.podspec index 0ccad2e..a9222ad 100644 --- a/LFHeatMap.podspec +++ b/LFHeatMap.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "LFHeatMap" - s.version = "1.0.1" + s.version = "1.0.2" s.summary = "Extremely fast heat maps for iOS" s.homepage = "https://github.com/gpolak/LFHeatMap" s.license = { :type => "MIT", :file => "LICENSE" } @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.platform = :ios, "5.0" - s.source = { :git => "https://github.com/gpolak/LFHeatMap.git", :tag => "1.0.1" } + s.source = { :git => "https://github.com/gpolak/LFHeatMap.git", :tag => "1.0.2" } s.source_files = 'LFHeatMap' s.requires_arc = true