From 38a4d4cb01f8c7750671c786d33dfbea00cbd131 Mon Sep 17 00:00:00 2001 From: Shai Mishali Date: Mon, 23 May 2022 23:36:12 +0300 Subject: [PATCH] 1.6.1 --- CombineExt.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CombineExt.podspec b/CombineExt.podspec index 40ee0ca..7b710d8 100644 --- a/CombineExt.podspec +++ b/CombineExt.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CombineExt" - s.version = "1.6.0" + s.version = "1.6.1" s.summary = "Combine operators and helpers not provided by Apple, and inspired by other Reactive Frameworks" s.description = <<-DESC A collection of operators for Combine adding capabilities and utilities not provided by Apple,