From 35c141d3c33f3033f00ab1c4e05e4cc6ad641c9d Mon Sep 17 00:00:00 2001 From: Jacob Middag Date: Tue, 21 Jul 2015 07:42:25 +0200 Subject: [PATCH] Bump version to 0.9.1 --- lib/Tinify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Tinify.php b/lib/Tinify.php index 730373a..a7ae71d 100644 --- a/lib/Tinify.php +++ b/lib/Tinify.php @@ -2,7 +2,7 @@ namespace Tinify; -const VERSION = "0.9.0"; +const VERSION = "0.9.1"; class Tinify { public static $key = NULL;