diff --git a/RxCombine.podspec b/RxCombine.podspec index f127c50..89606ed 100644 --- a/RxCombine.podspec +++ b/RxCombine.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxCombine" - s.version = "1.2.0" + s.version = "1.3.0" s.summary = "RxSwift is a Swift implementation of Reactive Extensions" s.description = <<-DESC Bi-directional type conversions between RxSwift and Apple's Combine framework.