Skip to content

Commit

Permalink
0.1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
岑安 committed Mar 3, 2015
1 parent 76f4c6f commit b3a77c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
@@ -1,13 +1,22 @@
# PackageTool

v0.1.32
v0.1.33
A package tool for Mtb-PackageApp auto-checking & auto-packing

[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Downloads][downloads-image]][downloads-url]

[npm-image]: https://img.shields.io/npm/v/packageapp.svg?style=flat-square
[npm-url]: https://npmjs.org/package/packageapp
[travis-image]: https://img.shields.io/travis/amfe/or.packagetool.svg?style=flat-square
[travis-url]: https://travis-ci.org/amfe/or.packagetool
[coveralls-image]: https://img.shields.io/coveralls/hongru/packageapp.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/hongru/packageapp
[downloads-image]: http://img.shields.io/npm/dm/packageapp.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/packageapp

## Usage

```shell
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "packageapp",
"version": "0.1.32",
"version": "0.1.33",
"description": "A tool for mtb-PackageApp auto-checking & auto-packing",
"main": "lib/core.js",
"bin": {
Expand Down

0 comments on commit b3a77c8

Please sign in to comment.