From 9489247d016da959af2b6a0ddb2068798bf0db45 Mon Sep 17 00:00:00 2001 From: Bennet Becker Date: Wed, 20 Mar 2024 11:48:35 +0100 Subject: [PATCH] update version string --- nextcloud_attachments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud_attachments.php b/nextcloud_attachments.php index f3411b2..8b62b39 100644 --- a/nextcloud_attachments.php +++ b/nextcloud_attachments.php @@ -31,7 +31,7 @@ const NC_ATTACH_PREFIX = "nextcloud_attachment"; const NC_ATTACH_LOG_FILE = "ncattach"; -const NC_ATTACH_VERSION = "1.3"; +const NC_ATTACH_VERSION = "1.4"; require_once dirname(__FILE__) . "/utility.php"; require_once dirname(__FILE__) . "/actions.php";