From 2a13a704609a877eb5e8ccfa5a915e3b1006ca7e Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sun, 18 Dec 2016 15:36:24 +0100 Subject: [PATCH] Release 1.1.2 --- app/Config/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php index cf4f325..cc4f37e 100644 --- a/app/Config/bootstrap.php +++ b/app/Config/bootstrap.php @@ -114,7 +114,7 @@ /** * Sonerezh constants declarations */ -define('SONEREZH_VERSION', 'v1.1.1'); +define('SONEREZH_VERSION', 'v1.1.2'); define('THUMBNAILS_DIR', 'thumbnails'); define('RESIZED_DIR', IMAGES.'resized'.DS); define('AVATARS_DIR', 'avatars');