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

Commit 98096c6

Browse files
authored
Merge pull request #125 from luoxiu/feature/prepare-for-0.4.0
prepare for 0.4.0
2 parents a995fa6 + bfdc77d commit 98096c6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.2"
4+
s.version = "0.4.0"
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@ Open-source implementation of Apple's [Combine](https://developer.apple.com/docu
3232

3333
```swift
3434
package.dependencies += [
35-
.package(url: "https://github.com/cx-org/CombineX", from: "0.3.2"),
35+
.package(url: "https://github.com/cx-org/CombineX", from: "0.4.0"),
3636
]
3737
```
3838

3939
#### CocoaPods
4040

4141
```ruby
42-
pod 'CombineX', "~> 0.3.2"
42+
pod 'CombineX', "~> 0.4.0"
4343

4444
# or, if you want to use `Foundation` extensions:
45-
pod 'CombineX/CXFoundation', "~> 0.3.2"
45+
pod 'CombineX/CXFoundation', "~> 0.4.0"
4646
```
4747

4848
#### Carthage
4949

5050
```carthage
51-
github "cx-org/CombineX" ~> 0.3.2
51+
github "cx-org/CombineX" ~> 0.4.0
5252
```
5353

5454
## Related Projects

README_zh-Hans.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@
3030

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

3737
#### CocoaPods
3838

3939
```ruby
40-
pod 'CombineX', "~> 0.3.2"
40+
pod 'CombineX', "~> 0.4.0"
4141

4242
# 或者,如果你想用 `Foundation` 扩展:
43-
pod 'CombineX/CXFoundation', "~> 0.3.2"
43+
pod 'CombineX/CXFoundation', "~> 0.4.0"
4444
```
4545

4646
#### Carthage
4747

4848
```carthage
49-
github "cx-org/CombineX" ~> 0.3.2
49+
github "cx-org/CombineX" ~> 0.4.0
5050
```
5151

5252
## 相关项目

0 commit comments

Comments
 (0)