Major version increase ahead of incoming API additions. Add link to Travis CI status.

This commit is contained in:
Lovell Fuller 2014-04-08 23:11:01 +01:00
parent e9ca25cb45
commit 200d5a9312
2 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ sharp.cache(200); // { current: 98, high: 115, limit: 200 }
sharp.cache(50); // { current: 49, high: 115, limit: 50 } sharp.cache(50); // { current: 49, high: 115, limit: 50 }
``` ```
## Testing ## Testing [![Build Status](https://travis-ci.org/lovell/sharp.png?branch=master)](https://travis-ci.org/lovell/sharp)
npm test npm test

View File

@ -1,6 +1,6 @@
{ {
"name": "sharp", "name": "sharp",
"version": "0.2.2", "version": "0.3.0",
"author": "Lovell Fuller <npm@lovell.info>", "author": "Lovell Fuller <npm@lovell.info>",
"contributors": [ "contributors": [
"Pierre Inglebert <pierre.inglebert@gmail.com>" "Pierre Inglebert <pierre.inglebert@gmail.com>"