diff --git a/.swift-version b/.swift-version deleted file mode 100644 index 5186d07..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -4.0 diff --git a/RxSwiftExt.podspec b/RxSwiftExt.podspec index 24a3bb7..99d492a 100644 --- a/RxSwiftExt.podspec +++ b/RxSwiftExt.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxSwiftExt" - s.version = "6.2.0" + s.version = "6.2.1" s.summary = "RxSwift operators not found in the core distribtion" s.description = <<-DESC A collection of operators for RxSwift adding commonly requested operations not found in the core distribution