From 06cf30bfb7047f136b23f869f3994c61d9390564 Mon Sep 17 00:00:00 2001 From: grandeljay Date: Sat, 18 Nov 2023 12:56:28 +0100 Subject: [PATCH] chore: update to v1.1.1 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 747dfc7f..e2bcf022 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ namespace wishthis; -define('VERSION', '1.1.0'); +define('VERSION', '1.1.1'); define('ROOT', __DIR__); define('DEFAULT_LOCALE', 'en_GB'); define('COOKIE_PERSISTENT', 'wishthis_persistent');