diff --git a/RxFirebase.podspec b/RxFirebase.podspec index 365b0d8..9e836b9 100644 --- a/RxFirebase.podspec +++ b/RxFirebase.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'RxFirebase' - s.version = '0.2.1' + s.version = '0.2.2' 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 + Including for now Database, Firestore, RemoteConfig, Storage DESC s.homepage = 'https://github.com/RxSwiftCommunity/RxFirebase'