From a810338cc48a63c84abd1cd97db5aea74a0adc13 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 7 Feb 2025 20:47:31 +0100 Subject: [PATCH] 1.3.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d1b45b0..1c0ccb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartantivirus", - "version": "1.3.0", + "version": "1.3.1", "private": false, "description": "A Node.js package providing integration with ClamAV for anti-virus scanning, facilitating both Docker containerized management and direct connection to a ClamAV daemon.", "main": "dist_ts/index.js", @@ -64,4 +64,4 @@ "buffer scanning", "software testing" ] -} \ No newline at end of file +}