From eb4adf9f00a21b3efc3869a5218a6d7517e95222 Mon Sep 17 00:00:00 2001 From: Shai Mishali Date: Wed, 20 Sep 2023 06:19:58 +0300 Subject: [PATCH] 6.2.1 spec --- .swift-version | 1 - RxSwiftExt.podspec | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .swift-version diff --git a/.swift-version b/.swift-version deleted file mode 100644 index 5186d070..00000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -4.0 diff --git a/RxSwiftExt.podspec b/RxSwiftExt.podspec index 24a3bb7d..99d492a5 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