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

Commit 3784866

Browse files
committed
prepare for beta 3
1 parent 5fe8d93 commit 3784866

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.0.1-beta.2"
4+
s.version = "0.0.1-beta.3"
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
@@ -1,11 +1,11 @@
11
# CombineX([中文](README.zh_cn.md))
22

3-
![travis](https://img.shields.io/travis/cx-org/CombineX.svg)
4-
![release](https://img.shields.io/github/release-pre/cx-org/combinex)
3+
[![travis](https://img.shields.io/travis/cx-org/CombineX.svg)](https://travis-ci.org/cx-org/CombineX)
4+
[![release](https://img.shields.io/github/release-pre/cx-org/combinex)](https://github.com/cx-org/CombineX/releases)
55
![install](https://img.shields.io/badge/install-spm%20%7C%20cocoapods%20%7C%20carthage-ff69b4)
66
![platform](https://img.shields.io/badge/platform-ios%20%7C%20macos%20%7C%20watchos%20%7C%20tvos%20%7C%20linux-lightgrey)
77
![license](https://img.shields.io/github/license/cx-org/combinex?color=black)
8-
[![dicord](https://img.shields.io/badge/chat-discord-blue)](https://discord.gg/cresT3X)
8+
[![dicord](https://img.shields.io/badge/chat-discord-9cf)](https://discord.gg/cresT3X)
99

1010
`CombineX` is an open source implementation for Apple's [Combine](https://developer.apple.com/documentation/combine). It provides a completely consistent API with `Combine`, freeing you from the limitations of the version and platform.
1111

README.zh_cn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# CombineX
22

3-
![travis](https://img.shields.io/travis/cx-org/CombineX.svg)
4-
![release](https://img.shields.io/github/release-pre/cx-org/combinex)
3+
[![travis](https://img.shields.io/travis/cx-org/CombineX.svg)](https://travis-ci.org/cx-org/CombineX)
4+
[![release](https://img.shields.io/github/release-pre/cx-org/combinex)](https://github.com/cx-org/CombineX/releases)
55
![install](https://img.shields.io/badge/install-spm%20%7C%20cocoapods%20%7C%20carthage-ff69b4)
66
![platform](https://img.shields.io/badge/platform-ios%20%7C%20macos%20%7C%20watchos%20%7C%20tvos%20%7C%20linux-lightgrey)
77
![license](https://img.shields.io/github/license/cx-org/combinex?color=black)
8-
[![dicord](https://img.shields.io/badge/chat-discord-blue)](https://discord.gg/cresT3X)
8+
[![dicord](https://img.shields.io/badge/chat-discord-9cf)](https://discord.gg/cresT3X)
99

1010
`CombineX` 是 Apple's [Combine](https://developer.apple.com/documentation/combine) 的开源实现,它提供了与 `Combine` 完全一致的 API,让你摆脱版本与平台的限制。
1111

0 commit comments

Comments
 (0)