diff --git a/package-lock.json b/package-lock.json index 37e5274..0bce629 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-pkware", - "version": "1.0.0-alpha.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-pkware", - "version": "1.0.0-alpha.1", + "version": "1.0.0", "license": "GPL-3.0-or-later", "dependencies": { "minimist-lite": "^2.0.0", diff --git a/package.json b/package.json index 8edb8df..b1dae8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-pkware", - "version": "1.0.0-alpha.1", + "version": "1.0.0", "description": "The nodejs implementation of StormLib's pkware compressor/de-compressor", "main": "src/index.js", "types": "types/index.d.ts",