From f1fc2d662b5909dd1302a4eeea96cc25191fb9ed Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Sat, 11 Jul 2015 20:45:29 +0100 Subject: [PATCH] feat(version): bump --- README.md | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6779cac..efedc40 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The [install script](https://github.com/lovell/sharp/blob/master/preinstall.sh) For platform specific installations, see [Mac OS](https://github.com/lovell/sharp/blob/master/README.md#mac-os-tips) tips or [Windows](https://github.com/lovell/sharp/blob/master/README.md#windows) tips -## Features +## Supported image operations - Resize - Enlarge diff --git a/version.go b/version.go index a433764..2688700 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package bimg -const Version = "0.1.17" +const Version = "0.1.18"