From cd3e9eae2eced767efe229357f858419bf2a3874 Mon Sep 17 00:00:00 2001 From: Arno Fortelny Date: Mon, 23 May 2016 11:43:04 -0400 Subject: [PATCH] Update react-native-blur.podspec The version here must be kept in sync with the version in package.json for Cocoapods to correctly install the new version. --- react-native-blur.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-blur.podspec b/react-native-blur.podspec index 2391cd4..c8f7b0f 100644 --- a/react-native-blur.podspec +++ b/react-native-blur.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "react-native-blur" - s.version = "0.7.10" + s.version = "0.8.0" s.source_files = "ios/*.{h,m}" s.platform = :ios, "8.0" s.authors = { "Alexey Kureev" => "kureev-mail@ya.ru" }