Skip to content

Commit 5b8a0c0

Browse files
committed
CombineExt 1.3.0
1 parent bfc1a02 commit 5b8a0c0

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

CHANGELOG.md

-10
This file was deleted.

CombineExt.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "CombineExt"
3-
s.version = "1.2.0"
3+
s.version = "1.3.0"
44
s.summary = "Combine operators and helpers not provided by Apple, and inspired by other Reactive Frameworks"
55
s.description = <<-DESC
66
A collection of operators for Combine adding capabilities and utilities not provided by Apple,

CombineExt.xcodeproj/CombineExt_Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.2.0</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1.2.0</string>
22+
<string>1.3.0</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

0 commit comments

Comments
 (0)