diff --git a/LICENSE b/LICENSE index fb78791..c2a22db 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2023 Zoltan Kochan +Copyright (c) 2016-2024 Zoltan Kochan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 285e5de..a23a6af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "symlink-dir", - "version": "5.2.1", + "version": "6.0.0", "description": "Cross-platform directory symlinking", "main": "dist/index.js", "files": [ @@ -61,6 +61,6 @@ } }, "engines": { - "node": ">=12.10" + "node": ">=18.12" } }