diff --git a/nodejsscan/settings.py b/nodejsscan/settings.py index a2a86a08..59294e91 100644 --- a/nodejsscan/settings.py +++ b/nodejsscan/settings.py @@ -4,7 +4,7 @@ from pathlib import Path # GENERAL -VERSION = '4.1' +VERSION = '4.2' UPLOAD_FOLDER = Path('~/.nodejsscan/').expanduser().as_posix() Path(UPLOAD_FOLDER).mkdir(parents=True, exist_ok=True) UPLD_MIME = [