diff --git a/README.md b/README.md index 5434c46..7a3699d 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,9 @@ In other words, it's fine to run it on one image, it's not cool to run it on an ## Version history +### 1.1.1 +Removed useless files from npm package. + ### 1.1 Creating github releases. Added options.input which is getting passed along to iop.open. diff --git a/package.json b/package.json index 9428f2f..33ca431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smartcrop", - "version": "1.1.0", + "version": "1.1.1", "description": "Content aware image cropping.", "homepage": "https://github.com/jwagner/smartcrop.js", "author": "Jonas Wagner (http://29a.ch/)",