Skip to content

Commit

Permalink
prepare for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddxxx committed Nov 24, 2020
1 parent 0e1c7d6 commit ef19861
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ enum CombineImplementation {

var extraPackageDependencies: [Package.Dependency] {
switch self {
case .openCombine: return [.package(url: "https://github.com/broadwaylamb/OpenCombine", .upToNextMinor(from: "0.8.0"))]
case .openCombine: return [.package(url: "https://github.com/broadwaylamb/OpenCombine", .upToNextMinor(from: "0.11.0"))]
default: return []
}
}
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ enum CombineImplementation {

var extraPackageDependencies: [Package.Dependency] {
switch self {
case .openCombine: return [.package(url: "https://github.com/broadwaylamb/OpenCombine", .upToNextMinor(from: "0.8.0"))]
case .openCombine: return [.package(url: "https://github.com/broadwaylamb/OpenCombine", .upToNextMinor(from: "0.11.0"))]
default: return []
}
}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ Open-source implementation of Apple's [Combine](https://developer.apple.com/docu

```swift
package.dependencies += [
.package(url: "https://github.com/cx-org/CombineX", from: "0.2.1"),
.package(url: "https://github.com/cx-org/CombineX", from: "0.3.0"),
]
```

#### CocoaPods

```ruby
pod 'CombineX', "~> 0.2.1"
pod 'CombineX', "~> 0.3.0"
```

#### Carthage

```carthage
github "cx-org/CombineX" ~> 0.2.1
github "cx-org/CombineX" ~> 0.3.0
```

CXShim is only available with Swift Package Manager.
Expand Down

0 comments on commit ef19861

Please sign in to comment.