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

Commit ed68f8f

Browse files
committed
prepare for 0.1.0
1 parent 765a03f commit ed68f8f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

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

3131
```swift
3232
dependencies.append(
33-
.package(url: "https://github.com/cx-org/CombineX", .branch("master"))
33+
.package(url: "https://github.com/cx-org/CombineX", from: "0.1.0")
3434
)
3535
```
3636

3737
#### CocoaPods
3838

3939
```ruby
40-
pod 'CombineX', :git => 'https://github.com/cx-org/CombineX.git', :branch => 'master'
40+
pod 'CombineX', "~> 0.1.0"
4141
```
4242

4343
#### Carthage
4444

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

4949
Some features are not available with specific PM.
5050

51-
| Swift PM | CocoaPods | Carthage |
51+
| | Swift PM | CocoaPods | Carthage |
5252
| --- | --- | --- | --- |
5353
| CXShim | Yes | No | No |
5454
| ObserableObject | Yes | No | No |

README_zh-Hans.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,25 @@
2828

2929
```swift
3030
dependencies.append(
31-
.package(url: "https://github.com/cx-org/CombineX", .branch("master"))
31+
.package(url: "https://github.com/cx-org/CombineX", from: "0.1.0")
3232
)
3333
```
3434

3535
#### CocoaPods
3636

3737
```ruby
38-
pod 'CombineX', :git => 'https://github.com/cx-org/CombineX.git', :branch => 'master'
38+
pod 'CombineX', "~> 0.1.0"
3939
```
4040

4141
#### Carthage
4242

4343
```carthage
44-
github "cx-org/CombineX" "master"
44+
github "cx-org/CombineX" ~> 0.1.0
4545
```
4646

4747
部分特性在某些安装方式下不可用。
4848

49-
| Swift PM | CocoaPods | Carthage |
49+
| | Swift PM | CocoaPods | Carthage |
5050
| --- | --- | --- | --- |
5151
| CXShim | Yes | No | No |
5252
| ObserableObject | Yes | No | No |

0 commit comments

Comments
 (0)