diff --git a/README.md b/README.md index d5822bfb..93c85719 100755 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ sharp.cache(200); // { current: 98, high: 115, limit: 200 } 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 diff --git a/package.json b/package.json index 17457caa..b3eea6bf 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sharp", - "version": "0.2.2", + "version": "0.3.0", "author": "Lovell Fuller ", "contributors": [ "Pierre Inglebert "