diff --git a/package-lock.json b/package-lock.json index 5eb5838..ef8ddb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "clang-format-node", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "clang-format-node", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "bin": { "clang-format": "build/index.js" diff --git a/package.json b/package.json index 4ae534d..f4daeab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clang-format-node", - "version": "0.0.0", + "version": "1.0.0", "description": "Node repackaging of the clang-format native binary inspired by angular/clang-format.🐉", "main": "build/index.js", "files": [