From 200d5a9312058ca0a170d98610f84cc7b78088cb Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 8 Apr 2014 23:11:01 +0100 Subject: [PATCH] Major version increase ahead of incoming API additions. Add link to Travis CI status. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "