From ac3654572e2795cdaf0d0c0b12351a6af62c6a82 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Wed, 27 Jun 2018 07:57:56 -0700 Subject: Update versions for Release 5.4.0 --- FirebaseCore.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FirebaseCore.podspec') diff --git a/FirebaseCore.podspec b/FirebaseCore.podspec index 47a653b..8aa0b23 100644 --- a/FirebaseCore.podspec +++ b/FirebaseCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseCore' - s.version = '5.0.4' + s.version = '5.0.5' s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)' s.description = <<-DESC @@ -35,6 +35,6 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration s.pod_target_xcconfig = { 'OTHER_CFLAGS' => '-fno-autolink', 'GCC_PREPROCESSOR_DEFINITIONS' => - 'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.3.0' + 'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.4.0' } end -- cgit v1.2.3