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'