Skip to content

Commit

Permalink
Release 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo committed May 11, 2016
1 parent 2bb9756 commit d398c57
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 21 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ build:
@spm build

publish: publish-doc
@spm publish
@npm publish
@git tag $(version)
@git push origin $(version)
Expand All @@ -22,7 +21,6 @@ watch:
publish-doc: clean build-doc
@ghp-import _site
@git push origin gh-pages
@spm doc publish

clean:
@rm -fr _site
Expand Down
9 changes: 0 additions & 9 deletions README-us_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
---

[![NPM version][npm-badge]][npm-url]
[![spm version][spm-badge]][spm-url]
[![Build Status][travis-badge]][travis-url]
[![Coverage Status][coveralls-badge]][coveralls-url]

[npm-badge]: https://img.shields.io/npm/v/pinyin.svg?style=flat
[npm-url]: https://www.npmjs.com/package/pinyin
[spm-badge]: http://spmjs.io/badge/pinyin
[spm-url]: http://spmjs.io/package/pinyin
[travis-badge]: https://travis-ci.org/hotoo/pinyin.svg?branch=master
[travis-url]: https://travis-ci.org/hotoo/pinyin
[coveralls-badge]: https://coveralls.io/repos/hotoo/pinyin/badge.svg?branch=master
Expand Down Expand Up @@ -41,12 +38,6 @@ via npm:
npm install pinyin
```

via spm:

```bash
spm install pinyin
```

## Usage

for developer:
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
---

[![NPM version][npm-badge]][npm-url]
[![spm version][spm-badge]][spm-url]
[![Build Status][travis-badge]][travis-url]
[![Coverage Status][coveralls-badge]][coveralls-url]
[![Gittip][gittip-image]][gittip-url]
Expand All @@ -13,8 +12,6 @@
[npm-badge]: https://img.shields.io/npm/v/pinyin.svg?style=flat
[npm-url]: https://www.npmjs.com/package/pinyin
[npm-downloads]: http://img.shields.io/npm/dm/pinyin.svg?style=flat
[spm-badge]: http://spmjs.io/badge/pinyin
[spm-url]: http://spmjs.io/package/pinyin
[travis-badge]: https://travis-ci.org/hotoo/pinyin.svg?branch=master
[travis-url]: https://travis-ci.org/hotoo/pinyin
[coveralls-badge]: https://coveralls.io/repos/hotoo/pinyin/badge.svg?branch=master
Expand Down Expand Up @@ -47,12 +44,6 @@ via npm:
npm install pinyin
```

via spm:

```bash
spm install pinyin
```

## 用法

开发者:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinyin",
"version": "2.7.1",
"version": "2.7.2",
"description": "汉语拼音转换工具。",
"files": [
"bin",
Expand Down

0 comments on commit d398c57

Please sign in to comment.