Skip to content

Commit

Permalink
🍫 CombineCocoa 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Sep 27, 2020
1 parent 4de540b commit 42e5b38
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1.0"
s.version = "0.2.0"
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.1.0</string>
<string>0.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.1.0</string>
<string>0.2.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- CombineCocoa (0.1.0)
- CombineCocoa (0.2.0)

DEPENDENCIES:
- CombineCocoa (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
CombineCocoa: 605b21082c5f5071ab8863371ad77917b81ce89a
CombineCocoa: 92b2579a9e4a364f8ba94be7fc68335bd3d73d92

PODFILE CHECKSUM: 19898029b2f3640d6c998827b076660d4767a5fd

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pod 'CombineCocoa'
Add the following dependency to your **Package.swift** file:

```swift
.package(url: "https://github.com/CombineCommunity/CombineCocoa.git", from: "0.1.0")
.package(url: "https://github.com/CombineCommunity/CombineCocoa.git", from: "0.2.0")
```

### Carthage
Expand Down

0 comments on commit 42e5b38

Please sign in to comment.