diff --git a/README.md b/README.md index ad2a686..f256a4a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ There are several ways of installing. You either install the whole project which The [sourcode is available on GitHub](https://github.com/mosbth/cimage). Clone, fork or [download as zip](https://github.com/mosbth/cimage/archive/master.zip). -**Latest stable version is v0.7.15 released 2016-08-08.** +**Latest stable version is v0.7.15 released 2016-08-09.** I prefer cloning like this. Do switch to the latest stable version. diff --git a/REVISION.md b/REVISION.md index 6af934d..667360e 100644 --- a/REVISION.md +++ b/REVISION.md @@ -5,7 +5,7 @@ Revision history [![Build Status](https://scrutinizer-ci.com/g/mosbth/cimage/badges/build.png?b=master)](https://scrutinizer-ci.com/g/mosbth/cimage/build-status/master) -v0.7.15 (2016-08-08) +v0.7.15 (2016-08-09) ------------------------------------- * Added the [Lenna/Lena sample image](http://www.cs.cmu.edu/~chuck/lennapg/) as tif and created a png, jpeg and webp version using Imagick convert `convert lena.tif lena.{png,jpg,webp}`, #152.