From e3ee233781bf3bdca9b91cef2b63cfa5f6398b0d Mon Sep 17 00:00:00 2001 From: Bennet Becker Date: Fri, 23 Feb 2024 17:06:30 +0100 Subject: [PATCH] bump version --- nextcloud_attachments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud_attachments.php b/nextcloud_attachments.php index 707ec72..a4190ce 100644 --- a/nextcloud_attachments.php +++ b/nextcloud_attachments.php @@ -31,7 +31,7 @@ const NC_PREFIX = "nextcloud_attachment"; const NC_LOG_FILE = "ncattach"; -const VERSION = "1.2.1"; +const VERSION = "1.3"; function __(string $val): string {