Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.

Commit b9afefe

Browse files
committed
bump version to 0.3.1
1 parent 2b9aada commit b9afefe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CombineX.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "CombineX"
4-
s.version = "0.3.0"
4+
s.version = "0.3.1"
55
s.summary = "Open source implementation for Apple's Combine."
66
s.homepage = "https://github.com/cx-org/CombineX"
77
s.license = { :type => "MIT", :file => "LICENSE" }

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ Open-source implementation of Apple's [Combine](https://developer.apple.com/docu
3030

3131
```swift
3232
package.dependencies += [
33-
.package(url: "https://github.com/cx-org/CombineX", from: "0.3.0"),
33+
.package(url: "https://github.com/cx-org/CombineX", from: "0.3.1"),
3434
]
3535
```
3636

3737
#### CocoaPods
3838

3939
```ruby
40-
pod 'CombineX', "~> 0.3.0"
40+
pod 'CombineX', "~> 0.3.1"
4141
```
4242

4343
#### Carthage
4444

4545
```carthage
46-
github "cx-org/CombineX" ~> 0.3.0
46+
github "cx-org/CombineX" ~> 0.3.1
4747
```
4848

4949
CXShim is only available with Swift Package Manager.

0 commit comments

Comments
 (0)