From 581849239060948b626d1173eb0e5926818e7f8c Mon Sep 17 00:00:00 2001 From: Shai Mishali Date: Sun, 26 Jun 2022 23:28:49 +0300 Subject: [PATCH] 1.7.0 --- CombineExt.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CombineExt.podspec b/CombineExt.podspec index 7b710d8..fc794c4 100644 --- a/CombineExt.podspec +++ b/CombineExt.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CombineExt" - s.version = "1.6.1" + s.version = "1.7.0" 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,