Skip to content

Commit

Permalink
prepare for beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiu committed Sep 10, 2019
1 parent 5fe8d93 commit 3784866
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CombineX.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "CombineX"
s.version = "0.0.1-beta.2"
s.version = "0.0.1-beta.3"
s.summary = "Open source implementation for Apple's Combine."
s.homepage = "https://github.com/cx-org/CombineX"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CombineX([中文](README.zh_cn.md))

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

`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.

Expand Down
6 changes: 3 additions & 3 deletions README.zh_cn.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CombineX

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

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

Expand Down

0 comments on commit 3784866

Please sign in to comment.