diff --git a/package-lock.json b/package-lock.json index af0e4ee..bfb3ec4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "clamscan", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "clamscan", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "devDependencies": { "@babel/eslint-parser": "^7.19.1", diff --git a/package.json b/package.json index 3937340..63c6955 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clamscan", - "version": "2.3.0", + "version": "2.3.1", "author": "Kyle Farris (https://infotechinc.com)", "description": "Use Node JS to scan files on your server with ClamAV's clamscan/clamdscan binary or via TCP to a remote server or local UNIX Domain socket. This is especially useful for scanning uploaded files provided by un-trusted sources.", "main": "index.js",