Skip to content

Commit

Permalink
CombineCocoa 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Oct 6, 2020
1 parent d4e9315 commit 3619a1d
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 219 deletions.
2 changes: 1 addition & 1 deletion CombineCocoa.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CombineCocoa"
s.version = "0.2.0"
s.version = "0.2.1"
s.summary = "CombineCocoa provided basic publisher bridges for UIControls in UIKit"
s.description = <<-DESC
Combine publisher bridges for Cocoa Controls (UIControl) in UIKit
Expand Down
4 changes: 2 additions & 2 deletions CombineCocoa.xcodeproj/CombineCocoa_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.2.0</string>
<string>0.2.1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
Loading

0 comments on commit 3619a1d

Please sign in to comment.