diff --git a/package-lock.json b/package-lock.json index 8970f70..dafbf91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tartplus", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tartplus", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache-2.0", "dependencies": { "ignore": "^5.3.1" diff --git a/package.json b/package.json index 10c00e9..66646cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@swiftwave/tartplus", - "version": "1.0.0", + "version": "1.0.1", "description": "A JS library to build tar achieve with additional support of ignore files (.gitignore, .npmignore, .dockeringore etc)", "main": "index.js", "scripts": {