From 5b8a0c0f178527f9204200505c5fefa6847e528f Mon Sep 17 00:00:00 2001 From: freak4pc Date: Sat, 6 Mar 2021 18:44:34 +0200 Subject: [PATCH] CombineExt 1.3.0 --- CHANGELOG.md | 10 ---------- CombineExt.podspec | 2 +- CombineExt.xcodeproj/CombineExt_Info.plist | 4 ++-- 3 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 31074a9..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -# Changelog -All notable changes CombineExt will be documented in this file. - ---- - -## Unreleased - -* Add `Zip` for multiple Publishers (#6) -* Add `Nwise` for consecutive elements (#27) -* Add `Merge` extension on `Collection` diff --git a/CombineExt.podspec b/CombineExt.podspec index 5d2b85e..0e266a4 100644 --- a/CombineExt.podspec +++ b/CombineExt.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CombineExt" - s.version = "1.2.0" + s.version = "1.3.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, diff --git a/CombineExt.xcodeproj/CombineExt_Info.plist b/CombineExt.xcodeproj/CombineExt_Info.plist index fba37c1..88388aa 100644 --- a/CombineExt.xcodeproj/CombineExt_Info.plist +++ b/CombineExt.xcodeproj/CombineExt_Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2.0 + 1.3.0 CFBundleSignature ???? CFBundleVersion - 1.2.0 + 1.3.0 NSPrincipalClass