From b3f97302606c83d6ad02519ca63bc73143cd2463 Mon Sep 17 00:00:00 2001 From: Gabriel Reis Date: Wed, 9 Mar 2016 16:51:06 -0500 Subject: [PATCH] Match current version on podspec --- BVLinearGradient.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BVLinearGradient.podspec b/BVLinearGradient.podspec index 67c7e8c..2223688 100644 --- a/BVLinearGradient.podspec +++ b/BVLinearGradient.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "BVLinearGradient" - s.version = "1.5.0" + s.version = "1.5.2" s.homepage = "https://github.com/brentvatne/react-native-linear-gradient" s.platform = :ios, "7.0" s.source = { :git => "https://github.com/brentvatne/react-native-linear-gradient.git", :tag => "#{s.version}" }