From 35cf086a0682d92d76a551aabf086752482ff4a7 Mon Sep 17 00:00:00 2001 From: Arnaud Dorgans Date: Tue, 23 Oct 2018 11:53:00 +0200 Subject: [PATCH] bump --- RxFirebase.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RxFirebase.podspec b/RxFirebase.podspec index 6a1c71b..7401f86 100644 --- a/RxFirebase.podspec +++ b/RxFirebase.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'RxFirebase' - s.version = '0.2.4' + s.version = '0.2.5' s.summary = 'RxSwift extensions for Firebase.' # This description is used to generate tags and improve search results. @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.description = <<-DESC RxSwift extensions for Firebase. - Including for now Database, Firestore, RemoteConfig, Storage + Including for now Database, Firestore, RemoteConfig, Storage, Functions DESC s.homepage = 'https://github.com/RxSwiftCommunity/RxFirebase'